Marketplace
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
projectIdstring | nullableOptional
assetTypestring · enumRequiredPossible values:
sellerWalletIdstringRequired
settlementChainKeystringRequiredExample:
ton-mainnetpaymentCurrencyCodestringRequiredExample:
GOLDpaymentAmountstringRequiredExample:
5.00escrowModestring · enumOptionalDefault:
nonePossible values: idempotencyKeystring | nullableOptional
Responses
201
Listing created
application/json
post
/v1/marketplace/listings201
Listing created
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
listingIdstringRequired
buyerWalletIdstringRequired
idempotencyKeystring | nullableOptional
Responses
201
Order created
application/json
post
/v1/marketplace/orders201
Order created
Last updated