Approval Objects

Approvals API Response Objects

ApprovalsObject

ParameterType Description

action

string

WITHDRAW

approvalId

string

Approval request ID

entity

string

Approval

payload

obj

requestedBy

string

Username of user who created the approval of request

resource

string

BALANCE

reviewRecords

array

Returns an array of ReviewRecordsObject once the approval request reaches a Resolved Status.

status

string

Approval request status. For more information about statuses view the Approvals Status table.

username

string

Root user of account

ApprovalsPayloadObject

ParameterType Description

address

string

Withdrawal address

networkType

string

eth | tron | xlm | maric | ftm For symbols that support multiple networks. NOTE: only applicable to USDT, USDC, MATIC and FTM.

quantity

number

The total quantity that the client will receive after withdrawal fees are deducted

grossQuantity

number

The quantity that is withdrawn from the account

symbol

string

Currency symbol

tag

string

Tag set by user to differentiate transactions

transactionType

string

WITHDRAW

ReviewRecordsObject

ParameterType Description

comment

string

Comment set by reviewer when rejecting or approving an approval request

reviewedAt

string

yyyy-mm-ddThh:mm:ss.sssZ UTC time stamp when approval request was rejected or approved by reviewer

reviewedBy

string

Username of reviewer

status

string

APPROVED | REJECTED Decision made by reviewer