Currencies
Methods for listing and retrieving supported currencies in B2BINPAY DeFi API
Authorizations
x-api-keystringRequired
Provide API key in X-API-Key header
Query parameters
sortBystring · enumOptionalDefault:
Field to sort by
createdAtPossible values: sortOrderstring · enumOptionalDefault:
Sort order (ascending or descending)
descPossible values: symbolstringOptionalExample:
The symbol of the currency
USDTnamestringOptionalExample:
The name of the currency
Tether USDchainIdinteger · int64OptionalExample:
Blockchain network chain ID
1addressone ofOptionalExample:
The currency address, or null for coins
0xdac17f958d2ee523a2206206994597c13d831ec7stringOptional
string · min: 1Optional
isNativeone ofOptionalExample:
Whether the currency is native
truebooleanOptional
anyOptional
isScamone ofOptionalExample:
Whether the currency is scam
falsebooleanOptional
anyOptional
isVerifiedone ofOptionalExample:
Whether the currency is verified
truebooleanOptional
anyOptional
Responses
200
Entity retrieved successfully
application/json
get
/api/v1/public/currencies200
Entity retrieved successfully
Authorizations
x-api-keystringRequired
Provide API key in X-API-Key header
Path parameters
idstringRequiredExample:
The unique ID of the currency, ("{chainId}-{contractAddress}")
1-0xdac17f958d2ee523a2206206994597c13d831ec7Responses
200
Entity retrieved successfully
application/json
404
Not found
get
/api/v1/public/currencies/{id}Last updated
Was this helpful?

