IP
Get All IP Collections
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
- POSTSend Token
NFTs
IP
NFT Collections
NFT Templates
Verifiable Credentials
Verifiable Credential Types
Verifiable Credential Templates
Headless Checkout
Action Status
Admin
Subscriptions
IP
Get All IP Collections
Get all collections associated with the Developer Project
API scope required: collections.read
GET
/
v1
/
ip
/
collections
curl --request GET \
--url https://staging.crossmint.com/api/v1/ip/collections \
--header 'X-API-KEY: <x-api-key>'
[
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"actionId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"metadata": {
"name": "My Collection",
"symbol": "MYCOL",
"description": "My Collection Description",
"image": "https://example.com/image.png"
},
"onChain": {
"chain": "story-testnet",
"contractAddress": "0x123"
}
}
]
This API is still under development. Contact support for early access.
Headers
API key required for authentication
Response
200 - application/json
Collections found
The id of the collection
The action id of the collection
Story Protocol collection metadata response
The name of the collection
The symbol of the collection
The description of the contract
A URI pointing to a resource with mime type image/* that represents the contract, typically displayed as a profile picture
A URI pointing to a resource with mime type image/* that represents the contract, displayed as a banner image
A URI pointing to a resource with mime type image/* that represents the featured image for the contract
The external link of the contract
The contract URI of the collection
Was this page helpful?
curl --request GET \
--url https://staging.crossmint.com/api/v1/ip/collections \
--header 'X-API-KEY: <x-api-key>'
[
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"actionId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"metadata": {
"name": "My Collection",
"symbol": "MYCOL",
"description": "My Collection Description",
"image": "https://example.com/image.png"
},
"onChain": {
"chain": "story-testnet",
"contractAddress": "0x123"
}
}
]