πEngine
Supported Blockchains
Retrieves supported blockchains
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
SignaturestringRequired
HTTP message signature
Signature-InputstringRequired
HTTP message signature input
Responses
200
Successful operation
application/json
idstringRequiredExample:
Universal unique identifier of the blockchain following CAIP-2 specification
eip155:1namestringRequiredExample:
Name of the blockchain
Ethereum400
Invalid request
401
Not authorised
500
Internal error
get
/chainsSupported Assets
Retrieves supported assets
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
chainstringOptionalExample:
Optional filter by blockchain
eip155:1Header parameters
SignaturestringRequired
HTTP message signature
Signature-InputstringRequired
HTTP message signature input
Responses
200
Successful operation
application/json
idstringRequiredExample:
Universal unique on-chain identifier of the asset following CAIP-19 specification
eip155:1/erc20:0x6b175474e89094c44da98b954eedeac495271d0fblockchainstringRequiredExample:
Universal unique identifier of the blockchain following CAIP-2 specification
eip155:1namestringRequiredExample:
Name of the asset
EthereumsymbolstringRequiredExample:
Symbol of the asset
ETH400
Invalid request
401
Not authorised
500
Internal error
get
/assetsLast updated