Get an asset
Assets
Get an asset
Retrieve an asset by ID.
GET
Get an asset
Returns a single asset by itsDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
id, including its full configuration: name, symbol, inventory_mode, issuance_policy, and scale.
Use this to verify an asset’s immutable settings before linking it to a program or referencing it in a rule. The response also includes the creation timestamp and linked programs.
For usage patterns and examples, see the Asset Configuration guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Asset ID
Response
Asset details
When the asset was created
Example:
"2024-01-15T10:30:00Z"
Set when the asset is archived
Asset ID
Example:
"550e8400-e29b-41d4-a716-446655440000"
How balances are tracked
Example:
"SIMPLE"
How value is issued
Example:
"UNLIMITED"
Optional per-transaction ceiling. Null means no limit
Example:
"10000.00"
Asset name
Example:
"Bonus Points"
Programs this asset is linked to
Example:
["550e8400-e29b-41d4-a716-446655440001"]Decimal precision
Example:
2
Lifecycle state
Example:
"ACTIVE"
Short code for this asset
Example:
"PTS"
When the asset was last modified
Example:
"2024-01-15T10:30:00Z"