Query Paxos asset attestations like: https://api.paxos.com/v1/asset-attestations/PAX
Base URL https://api.paxos.com/v1/
This document was generated automatically. Please see README Generator for more info.
There are no environment variables for this adapter.
Every EA supports base input parameters from this list
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | assetAttestation | assetAttestation |
assetAttestation
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | asset | The symbol of the currency to query |
Request:
{
"id": "1",
"data": {
"endpoint": "assetAttestation",
"asset": "PAX"
},
"debug": {
"cacheKey": "FugaCEntMho9fChQ+TsLcf/O1a8="
}
}
Response:
{
"jobRunID": "1",
"data": {
"result": 922265979.98
},
"result": 922265979.98,
"statusCode": 200,
"providerStatusCode": 200
}
MIT License