Atomicals Market
  • API
    • Overview
    • Guides
      • Assets Listing
      • Assets Buying
      • Error Codes
      • Token split upgrade
Powered by GitBook
On this page
  1. API
  2. Guides

Error Codes

Error Code
Description

UNKNOWN

NOT_FOUND

URL path not found.

INTERNAL_SERVER_ERROR

VALIDATION

Query , body or response data validation error.

PARSE

Body parse error.

INDEXER_SERVICE_ERROR

INVALID_CONTAINER

Invalid atomicals container

WALLET_ADDRESS_NOT_MATCH

Listing validation error. When a malicious user try to list an UTXO he/she doesn't own.

LISTINGS_NOT_AVAILABLE

Happens when a user try to buy an listing which already unlisted or the UTXO is no longer unavailable (Might be already sold in another market)

LISTING_ALREADY_EXIST

Listing validation error. Wen a user try to list a UTXO which has already been listed.

INVALID_PSBT

INVALID_ADDRESS

TRANSACTION_FAILED

PRICE_TOO_LOW

Listing validation error. When seller price is lower than 1000 sats for a listing.

INVALID_UTXO

MULTIPLY_ATOMICALS_UTXO

Listing validation error. Happens when a user try to list an UTXO with multiple atomicals in it. For example an NFT and 1000 atom in an UTXO. Need to notify user we don't support this for now.

ATOMICALS_ID_MISMATCH

Listing validation error. Wen a malicious user try to list token "A" as token "B".

INSUFFICIENT_BALANCE

Buying validation error. When a user don't have enough balance to make the purchase.

TICKER_NOT_FOUND

Cannot find token info by name from the indexer. Maybe a wrong token name.

INVALID_SERVICE_FEE

Buying validation error. When a malicious user doesn't put the right amount of service fee in the signed psbt.

PreviousAssets Buying NextToken split upgrade

Last updated 1 year ago