Withdraw

API Withdraw Parameters

Parameters

Response Codes

Example cURL Request

curl --request POST \
     --url https://api.figment.io/near/withdraw \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '  
{  
  "network": "testnet"  
}  
'

Example Response Structure

{
  "data": {
    "network": "string",
    "unsigned_transaction_serialized": "string",
    "signing_payload": "string"
  }
}