cURL
curl --request GET \ --url https://api.stablepay.ai/tx/getNewReference \ --header 'Authorization: Bearer <token>'
{ "reference": "<string>" }
Fetches new on-chain reference for transactions.
JWT token for API authentication
Reference created successfully.
The response is of type object.
object