๐Chainge 2.0 API Documentation
In 2.0, Submit order request is deprecated. Now you need to call contract ABI's for a swap order.
Get Chainge Supported Chains
{
"code": 0,
"data": {
"version": 0,
"list": [...]
},
"msg": "string",
}Get Chainge Supported Tokens
{
"code": 0,
"data": {
"version": 0,
"list": [...]
},
"msg": "string",
}Get Chainge Supported Tokens for a specified chain
Query Parameters
Name
Type
Description
Get a quote for a cross chain transaction
Query Parameters
Name
Type
Description
Get a quote for a cross chain aggregator transaction
Query Parameters
Name
Type
Description
Get direct exchange trading information
Query Parameters
Name
Type
Description
Submit order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Check order status
Query Parameters
Name
Type
Description
Get user balance
Query Parameters
Name
Type
Description
Get token price
Query Parameters
Name
Type
Description
Submit ticket
Headers
Name
Type
Description
Request Body
Name
Type
Description
Get tickets for user address
Query Parameters
Name
Type
Description
Check ticket status
Query Parameters
Name
Type
Description
Last updated
Was this helpful?