2. Get list of assets support
Get a list of asset support
GET
https://api.pos25.app/v1/cf-payment/asset
The API will retrieve a list of chain assets that the user passes in via chain_id
Query Parameters
Name | Type | Description |
---|---|---|
chain_id* | String | chain_id that pos25 supports |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer <Token> |
Let's see how you can call this method either through Curl
or Python
:
Last updated