Skip to main content

OrderIdTokenAmount

orderIdstringrequired

Order’s ID

Example: 123564
tokenstringrequired

Address of the token

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0x92b35da6eD96b59aE832AbF85518112D874aA1CC
amountstringrequired

Amount of tokens deposited by an account

Example: 3.0
OrderIdTokenAmount
{
"orderId": "123564",
"token": "0x92b35da6eD96b59aE832AbF85518112D874aA1CC",
"amount": "3.0"
}