POST /trade/v1/gasless/typed-data
Last updated
Was this helpful?
Last updated
Was this helpful?
The transactionData object obtained from the /quote API.
Address of the sender
0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1
Address of the receiver of the funds after the trade
0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1
Chain code where the trade is conducted
56
POST /trade/v1/gasless/typed-data HTTP/1.1
Host:
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"transactionData": {},
"sender": "0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1",
"receiver": "0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1",
"chainId": 56
}
Result of the gasless order creation
{
"account": "0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1",
"domain": {},
"types": {},
"primaryType": "UnizenGasLessOrder",
"message": {},
"call": {}
}