CORS

CORS support

options
/chainstate

Handles CORS preflight requests

Responses
options
/chainstate

CORS support

options
/chainstate/{height}

Handles CORS preflight requests

Path parameters
heightinteger · int64Required

Height of the blockchain data to receive.

Responses
options
/chainstate/{height}

CORS support

options
/deposit

Handles CORS preflight requests

Responses
options
/deposit

CORS support

options
/deposit/recipient/{recipient}

Handles CORS preflight requests

Path parameters
recipientstringRequired

the recipient to search by when getting all deposits.

Responses
options
/deposit/recipient/{recipient}

CORS support

options
/deposit/reclaim-pubkeys/{reclaimPubkeys}

Handles CORS preflight requests

Path parameters
reclaimPubkeysstringRequired

The dash-separated list of hex-encoded x-only pubkeys used to generate the reclaim_script.

Responses
options
/deposit/reclaim-pubkeys/{reclaimPubkeys}

CORS support

options
/deposit/{txid}

Handles CORS preflight requests

Path parameters
txidstringRequired

txid associated with the Deposit.

Responses
options
/deposit/{txid}

CORS support

options
/deposit/{txid}/{index}

Handles CORS preflight requests

Path parameters
txidstringRequired

txid associated with the Deposit.

indexstringRequired

output index associated with the Deposit.

Responses
options
/deposit/{txid}/{index}

CORS support

options
/health

Handles CORS preflight requests

Responses
options
/health

CORS support

options
/limits

Handles CORS preflight requests

Responses
options
/limits

CORS support

options
/limits/{account}

Handles CORS preflight requests

Path parameters
accountstringRequired

The account for which to get the limits.

Responses
options
/limits/{account}

CORS support

options
/start_throttle

Handles CORS preflight requests

Responses
options
/start_throttle

CORS support

options
/withdrawal

Handles CORS preflight requests

Responses
options
/withdrawal

CORS support

options
/withdrawal/recipient/{recipient}

Handles CORS preflight requests

Path parameters
recipientstringRequired

The recipient's hex-encoded scriptPubKey, used to filter withdrawals.

Responses
options
/withdrawal/recipient/{recipient}

CORS support

options
/withdrawal/sender/{sender}

Handles CORS preflight requests

Path parameters
senderstringRequired

The sender's Stacks principal, used to filter withdrawals.

Responses
options
/withdrawal/sender/{sender}

CORS support

options
/withdrawal/{id}

Handles CORS preflight requests

Path parameters
idinteger · int64Required

id associated with the Withdrawal

Responses
options
/withdrawal/{id}

Last updated

Was this helpful?