GET /approve

GET generatee transaction calldata to approve Butter Router to swap

Params

Responses

Response Example

200 Response

{
  "errno": 0,
  "message": "string",
  "data": {
    "to": "string",
    "method": "string",
    "data": "string",
    "value": "string",
    "chainId": "string"
  }
}

Last updated