cURL
curl --request POST \ --url https://api.stablepay.ai/id/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "username": "<string>", "issuer": "Busha", "wallet_network": "Solana" }'
{ "status": "Successful", "username": "<string>", "wallet_network": "Solana", "country": "<string>", "issuer": "Busha", "currency": "<string>", "reference": "<string>", "wallet_address": "<string>" }
Resolves Stablepay ID with supported wallet issuers.
JWT token for API authentication
Parameters for Stablepay ID resolution.
The body is of type object.
object
Resolved Stablepay ID.
The response is of type object.