Skip to main content

Order

NameTypeExamples /
Valid options
Description
iduuid76138e8c-dae4-4fca-ad90-a5d7855618e1Id of the order
statusstringPENDING
SUCCEEDED
SETTLED
BROADCAST
FAILED
Status of the order
amountstring10000.456Amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error.
typestringTOKENIZE
REDEEM
Type of the order
external_identifierstring
null
Wire #123External identifier of the order (nullable)
origin_source_iduuid139d8868-a145-4e1a-a446-08b58e774fc5Id of the origin source. In redeem orders must have be a wallet Id. In tokenize orders must have be a bank account Id.
destination_source_iduuid1972cd7f-65b0-4bd9-9d85-2906ef149445Id of the destination source. In redeem orders must have be a bank account Id. In tokenize orders must have be a wallet Id.
public_dataJSON
null
Public DataPublic data associated with the order (nullable)
activitiesArray[]Activities related to the order
chainstringPOLYGONChain information
effective_amountstring10000.456Effective amount of the order. The real amount that will be transferred. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error.
status_codestringCANCELED
EXPIRED
null
Status code of the order (nullable)
created_atstring2024-08-15T18:35:29.613ZDate when the order was created
updated_atstring2024-08-15T18:35:29.613ZDate when the order was last updated

Public Data

NameTypeExamples /
Valid options
Description
deposit_originated_atstring
null
2024-08-15T18:35:29.613ZDate when the deposit was originated, user input (nullable)
mint_and_transfer_transactionstring
null
0x1234Mint and transfer transaction hash (nullable)
burn_transactionstring
null
0x1234Burn transaction hash (nullable)
destination_wallet_addressstring
null
0x1234For redeem orders, it's the Minteo's wallet address.

For tokenize orders, it's the customer wallet address
financial_itemsJSON
null
Financial ItemsFinancial items associated with the order (nullable)

Financial Items

NameTypeExamples /
Valid options
Description
transfer_amountstring10000.456Transfer amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error.
income_tax_withholding_amountstring
null
10000.456Income tax withholding amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. (nullable)
industry_and_commerce_tax_withholding_amountstring
null
10000.456Industry and commerce tax withholding amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. (nullable)
financial_movement_levy_benefit_amountstring
null
10000.456Financial movement levy benefit amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. (nullable)
financial_movement_levy_amountstring
null
10000.456Financial movement levy amount of the order. This values is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. (nullable)