Chain
Download OpenAPI description
Languages
Servers
Mock server
https://developer.infini.money/_mock/openapi
- Mock serverhttps://developer.infini.money/_mock/openapi/fund/withdraw
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.infini.money/_mock/openapi/fund/withdraw \
-H 'Content-Type: application/json' \
-d '{
"chain": "string",
"token_type": "string",
"amount": "string",
"wallet_address": "string",
"note": "string"
}'Response
application/json
{ "request_id": "string" }