Skip to main content

XStocks — Direct API Endpoints

XStocks provides 24 unique direct API endpoints across the following categories:
  • other (24 endpoints)

Prefix and Example

Prefix: No prefix is required for XStocks, an example URL will therefore look like: https://api.uniblock.dev/direct/v1/XStocks + /[XStocks_endpoint]. Example Request:
curl --request GET \
  --url https://api.uniblock.dev/direct/v1/XStocks/v2/bridges \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'

other

GET

PathEst. CUDescription
direct/v1/XStocks/v2/public/assets/{symbol}100Get full details for a specific tokenized asset.
direct/v1/XStocks/v2/public/assets/{symbol}
/multiplier
100Get current and pending multiplier for an asset.
direct/v1/XStocks/v2/public/assets/{symbol}
/multiplier/history
100List multiplier change history for an asset.
direct/v1/XStocks/v2/public/assets/{symbol}
/price-data
100Get the latest indicative price for an asset.
direct/v1/XStocks/v2/public/system/status
/{symbol}
100Get market and atomic trading halt status for an asset.
direct/v1/XStocks/v2/trades/market/fees100Get the fee schedule for all operation types.
direct/v1/XStocks/v2/public/proof-of-reserves
/{symbol}
100Get proof of reserves for a specific asset.
direct/v1/XStocks/v2/trades/{id}100Get details for a specific trade.
direct/v1/XStocks/v2/trades/summary100Daily trade count breakdown by status.
direct/v1/XStocks/v2/client/limits100Get minimum transaction thresholds per operation type.
direct/v1/XStocks/v2/client/usage100Get cumulative transaction volume totals for the client.
direct/v1/XStocks/v2/trades/xchange/assets
/{identifier}
100Get xChange trading config for a specific asset.
direct/v1/XStocks/v2/trades/xchange/quote/{id}100Get the current state of an xChange quote.
direct/v1/XStocks/v2/public/assets100List all publicly available tokenized assets.
direct/v1/XStocks/v2/bridges100List all bridge operations for the client.
direct/v1/XStocks/v2/trades100List all trades for the authenticated client.
direct/v1/XStocks/v2/bridges/sweeping-wallets100Get deposit addresses for cross-chain bridge operations.
direct/v1/XStocks/v2/public/corporate-actions
/history
100List historical corporate actions for tokenized assets.
direct/v1/XStocks/v2/trades/inkind
/sweeping-wallets
100Get deposit addresses for in-kind redemption.
direct/v1/XStocks/v2/trades/market/issuance
/sweeping-wallets
100Get deposit addresses for market issuance.
direct/v1/XStocks/v2/trades/market/redemption
/sweeping-wallets
100Get deposit addresses for market redemption.
direct/v1/XStocks/v2/client/registered-wallets100List all registered and whitelisted wallets.
direct/v1/XStocks/v2/public/corporate-actions
/upcoming
100List upcoming announced corporate actions.
direct/v1/XStocks/v2/trades/xchange/assets100List all assets available for trading via xChange.