API Reference
Wallets
- POSTCreate Wallet
- GETGet Wallet By Locator
- GETGet Wallet Balance
- POSTFund Wallet
- GETGet NFTs from Wallet
- POSTCreate Transaction
- GETGet Transaction
- GETGet Wallet Transactions
- POSTApprove Transaction
- POSTCreate Signature
- GETGet All Signatures
- GETGet Signature
- POSTApprove Signature
- POSTRegister Delegated Signer
- GETGet Delegated Signer
- POSTTransfer Token
NFTs
IP
NFT Collections
NFT Templates
Verifiable Credentials
Verifiable Credential Types
Headless Checkout
Action Status
Admin
IP
Get IP Action
Get an action by its id
API scope required: nfts.create
GET
/
v1
/
ip
/
actions
/
{actionId}
Copy
Ask AI
curl --request GET \
--url https://staging.crossmint.com/api/v1/ip/actions/{actionId} \
--header 'X-API-KEY: <x-api-key>'
Copy
Ask AI
{
"id": "123",
"status": "success"
}
This API is still under development. Contact support for early access.
Headers
API key required for authentication
Path Parameters
Response
200 - application/json
Actions found
The response from the Story Actions API
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://staging.crossmint.com/api/v1/ip/actions/{actionId} \
--header 'X-API-KEY: <x-api-key>'
Copy
Ask AI
{
"id": "123",
"status": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.