Router address
get
Retrieves the router address for the specified version and chain ID.
Authorizations
Query parameters
versionstring · enumRequiredPossible values:
- The version of the API to use, default is 'v2'.
chainIdnumber · doubleRequired
- The ID of the blockchain network.
Header parameters
AuthorizationstringRequired
- The authorization token from the request header.
Responses
200
A promise that resolves to an `OdosAPIResponse` containing the `OdosExecuteFunctionResult`.
application/json
get
GET //odos/router-address HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to an OdosAPIResponse
containing the OdosExecuteFunctionResult
.
{
"success": true,
"message": "text",
"data": {
"approve": null,
"broadcasted": {
"success": true,
"message": "text",
"data": "text"
},
"odos": null,
"message": "text",
"success": true,
"user_op": "text",
"data": null,
"params": [],
"function": "text",
"transaction": {
"data": "text",
"value": "text",
"to": "text",
"from": "text",
"gasPrice": "text",
"gasLimit": "text",
"nonce": 1,
"chainId": "text",
"maxPriorityFeePerGas": "text",
"maxFeePerGas": "text",
"type": 1
}
}
}