v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
VASP directory

Search VASPs

Search the Travel Rule VASP directory. Results are paginated; use the id from a result as counterpartyVaspId on POST /counterparty/vasp.

Accepts HMAC application auth or a valid widget session token.

post/vasps

Request body

searchstring

Free-text search against VASP name / legal name.

type'' | 'exchange' | 'bank' | 'decentralized_service' | 'donations' | 'gambling' | 'investment_management_firm' | 'mining_pool' | 'mixing_service' | 'service' | 'staking_pool' | 'wallet' | 'payment_service_provider' | 'nft_marketplace' | 'sanction_list' | 'dex' | 'atm' | 'bot' | 'airdrop' | 'auctioned_assets' | 'block_reward' | 'child_abuse' | 'cloud_mining' | 'community_reported_scam' | 'cross_chain_bridge_protocol' | 'darkweb' | 'hack' | 'ico' | 'ignored_small_amounts' | 'large_transaction' | 'large_unnamed_entity' | 'no_entities_found' | 'mixing_pattern' | 'ongoing_legal_action' | 'payment_channel' | 'peeling_chain_unknown_origin' | 'phishing' | 'poisoning' | 'ransomware' | 'real_world_asset' | 'scam' | 'secondary_coin_creation' | 'secondary_coin_removal' | 'seized_assets' | 'suspicious' | 'terrorism' | 'token' | 'unspent_output'

Optional entity type filter. Omit or send "" for no filter.

pageinteger

1-based page index (default 1 when omitted).

limitinteger

Page size (default 25 when omitted).

Example request

{
  "page": 1,
  "limit": 10,
  "search": "binance"
}

Response

success