id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
673f4cb1-cd08-4e36-993f-15a027aeb4a3/2ab9e084-3fc2-4527-9239-da33a29117a3/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /block_info | Get detailed information about a specific block | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_height": 42325043, "block_size": 79109, "block_time": 1506635091, "tx_count": 44, "vrf_key": "vrf_vk1pmxyz8efuyj6eq6zkk373f28u47v06nwp5t59jr5fcmcusaazlmqhxu8k2", "op_cert": "16bfc28a7127d11805fe02df67f8c3909ab7e2e2cd81b6954d90eeff1938614c", "op_cert_counter": 8, "pool": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "proto_major": 5, "proto_minor": 0, "total_output": 92384672389, "total_fees": 2346834, "num_confirmations": 664275, "parent_hash": "16bfc28a7127d11805fe02df67f8c3909ab7e2e2cd81b6954d90eeff1938614c", "child_hash": "a3b525ba0747ce9daa928fa28fbc680f95e6927943a1fbd6fa5394d96c9dc2fa"}] | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_size": {"type": "integer", "description": "Block size in bytes"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "tx_count": {"type": "integer", "description": "Number of transactions in the block"}, "vrf_key": {"type": "string", "description": "VRF key of the block producer"}, "op_cert": {"type": "string", "description": "Hash of the block producers' operational certificate"}, "op_cert_counter": {"type": "integer", "description": "Counter value of the operational certificate used to create this block"}, "pool": {"type": ["string", "null"], "description": "Pool ID in bech32 format (null for pre-Shelley blocks)"}, "proto_major": {"type": ["integer", "null"], "description": "The protocol major version"}, "proto_minor": {"type": ["integer", "null"], "description": "The protocol minor version"}, "total_output": {"type": ["string", "null"], "description": "Total output of the block (in lovelace)"}, "total_fees": {"type": ["string", "null"], "description": "Total fees of the block (in lovelace)"}, "num_confirmations": {"type": "integer", "description": "Number of confirmations for the block"}, "parent_hash": {"type": "string", "description": "Hash of the parent of this block"}, "child_hash": {"type": "string", "description": "Hash of the child of this block (if present)"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/8a991032-c078-49e9-a080-bf90e396e559/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /block_txs | Get a list of all transactions included in provided blocks | 200 | null | [{"block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "tx_hashes": ["f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e"]}] | {"type": "array", "items": {"type": "object", "properties": {"block_hash": {"type": "string", "description": "Hash of the block"}, "tx_hashes": {"type": "array", "items": {"type": "string", "description": "Hash identifier of the transaction"}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a9981a61-7c62-490c-a9bb-35aaf525417f/0/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /epoch_info | Get the epoch information, all epochs if no epoch specified | 200 | null | [{"epoch_no": 294, "out_sum": 15432725054364942, "fees": 74325855210, "tx_count": 357919, "blk_count": 17321, "start_time": 1506203091, "end_time": 1506635091, "first_block_time": 1506635091, "last_block_time": 1506635091, "active_stake": 23395112387185880, "total_rewards": 252902897534230, "avg_blk_reward": 660233450}] | {"type": "array", "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "out_sum": {"type": "string", "description": "Total output value across all transactions in epoch"}, "fees": {"type": "string", "description": "Total fees incurred by transactions in epoch"}, "tx_count": {"type": "integer", "description": "Number of transactions submitted in epoch"}, "blk_count": {"type": "integer", "description": "Number of blocks created in epoch"}, "start_time": {"type": "integer", "description": "UNIX timestamp of the epoch start"}, "end_time": {"type": "integer", "description": "UNIX timestamp of the epoch end"}, "first_block_time": {"type": "integer", "description": "UNIX timestamp of the epoch's first block"}, "last_block_time": {"type": "integer", "description": "UNIX timestamp of the epoch's last block"}, "active_stake": {"type": ["string", "null"], "description": "Total active stake in epoch stake snapshot (null for pre-Shelley epochs)"}, "total_rewards": {"type": ["string", "null"], "description": "Total rewards earned in epoch (null for pre-Shelley epochs)"}, "avg_blk_reward": {"type": ["string", "null"], "description": "Average block reward for epoch (null for pre-Shelley epochs)"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/008163d8-f86f-4505-beaf-bb04fe60de22/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_nft_address | Get the address where specified NFT currently reside on. | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp"}] | {"type": "array", "description": "An array of payment addresses holding the given token", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a228c9f6-facc-4f96-9ac6-2d72c4cc85e5/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_info | Current pool statuses and details for a specified list of pool ids | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "pool_id_hex": "a532904ca60e13e88437b58e7c6ff66b8d5e7ec8d3f4b9e4be7820ec", "active_epoch_no": 324, "vrf_key_hash": "25efdad1bc12944d38e4e3c26c43565bec84973a812737b163b289e87d0d5ed3", "margin": 0.1, "fixed_cost": "500000000", "pledge": "64000000000000", "reward_addr": "stake1uy6yzwsxxc28lfms0qmpxvyz9a7y770rtcqx9y96m42cttqwvp4m5", "owners": ["stake1u8088wvudd7dp3rxl0v9xgng8r3j50s65ge3l3jvgd94keqfm3nv3"], "relays": [{"dns": "relays-new.cardano-mainnet.iohk.io", "srv": "biostakingpool3.hopto.org", "ipv4": "54.220.20.40", "ipv6": "2604:ed40:1000:1711:6082:78ff:fe0c:ebf", "port": 6000}], "meta_url": "https://pools.iohk.io/IOGP.json", "meta_hash": "37eb004c0dd8a221ac3598ca1c6d6257fb5207ae9857b7c163ae0f39259d6cc0", "meta_json": {"name": "Input Output Global (IOHK) - Private", "ticker": "IOGP", "homepage": "https://iohk.io", "description": "Our mission is to provide economic identity to the billions of people who lack it. IOHK will not use the IOHK ticker."}, "pool_status": "registered", "retiring_epoch": null, "op_cert": "37eb004c0dd8a221ac3598ca1c6d6257fb5207ae9857b7c163ae0f39259d6cc0", "op_cert_counter": 8, "active_stake": "64328627680963", "sigma": 0.0034839235, "block_count": 4509, "live_pledge": "64328594406327", "live_stake": "64328627680963", "live_delegators": 5, "live_saturation": 94.52}] | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "pool_id_hex": {"type": "string", "description": "Pool ID (Hex format)"}, "active_epoch_no": {"type": "integer", "description": "Epoch number in which the update becomes active"}, "vrf_key_hash": {"type": "string", "description": "Pool VRF key hash"}, "margin": {"type": "number", "description": "Margin (decimal format)"}, "fixed_cost": {"type": "string", "description": "Pool fixed cost per epoch"}, "pledge": {"type": "string", "description": "Pool pledge in lovelace"}, "reward_addr": {"type": "string", "description": "Pool reward address"}, "owners": {"type": "array", "items": {"type": "string", "description": "Pool (co)owner address"}}, "relays": {"type": "array", "items": {"type": "object", "properties": {"dns": {"type": ["string", "null"], "description": "DNS name of the relay (nullable)"}, "srv": {"type": ["string", "null"], "description": "DNS service name of the relay (nullable)"}, "ipv4": {"type": ["string", "null"], "description": "IPv4 address of the relay (nullable)"}, "ipv6": {"type": ["string", "null"], "description": "IPv6 address of the relay (nullable)"}, "port": {"type": ["number", "null"], "description": "Port number of the relay (nullable)"}}}}, "meta_url": {"type": ["string", "null"], "description": "Pool metadata URL"}, "meta_hash": {"type": ["string", "null"], "description": "Pool metadata hash"}, "meta_json": {"type": ["object", "null"], "properties": {"name": {"type": "string", "description": "Pool name"}, "ticker": {"type": "string", "description": "Pool ticker"}, "homepage": {"type": "string", "description": "Pool homepage URL"}, "description": {"type": "string", "description": "Pool description"}}}, "pool_status": {"type": "string", "description": "Pool status", "enum": ["registered", "retiring", "retired"]}, "retiring_epoch": {"type": ["integer", "null"], "description": "Announced retiring epoch (nullable)"}, "op_cert": {"type": ["string", "null"], "description": "Pool latest operational certificate hash"}, "op_cert_counter": {"type": ["integer", "null"], "description": "Pool latest operational certificate counter value"}, "active_stake": {"type": ["string", "null"], "description": "Pool active stake (will be null post epoch transition until dbsync calculation is complete)"}, "sigma": {"type": ["number", "null"], "description": "Pool relative active stake share"}, "block_count": {"type": ["integer", "null"], "description": "Total pool blocks on chain"}, "live_pledge": {"type": ["string", "null"], "description": "Summary of account balance for all pool owner's"}, "live_stake": {"type": ["string", "null"], "description": "Pool live stake"}, "live_delegators": {"type": "integer", "description": "Pool live delegator count"}, "live_saturation": {"type": ["number", "null"], "description": "Pool live saturation (decimal format)"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/4c29df65-7bf3-4f79-aaa7-fcdebab2a2ed/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /plutus_script_list | List of all existing Plutus script hashes along with their creation transaction hashes | 200 | null | [{"script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "creation_tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1"}] | {"type": "array", "items": {"properties": {"script_hash": {"type": "string", "description": "Hash of a script"}, "creation_tx_hash": {"type": "string", "description": "Hash of the script creation transaction"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/99cac221-af78-4dab-92f8-32cb7407bd57/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_txs | Get the list of current or all asset transaction hashes (newest first) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "description": "An array of Tx hashes that included the given asset (latest first)", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/5a8135e5-6c98-4036-a65a-34fb14e987ba/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /policy_asset_list | Get the list of asset under the given policy (including balances) | 200 | null | [{"asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "total_supply": "35000", "decimals": 6}] | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "total_supply": {"type": "string", "description": "Total supply for the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/158226c8-deb9-40f2-9160-80b937d28059/0/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tx_status | Get the number of block confirmations for a given transaction hash list | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "num_confirmations": 17}] | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "num_confirmations": {"type": ["integer", "null"], "description": "Number of block confirmations"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/d5bf18f9-070a-427f-b753-bee33c7b3f1c/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_metadata | Metadata (on & off-chain) for all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "meta_url": "https://pools.iohk.io/IOGP.json", "meta_hash": "37eb004c0dd8a221ac3598ca1c6d6257fb5207ae9857b7c163ae0f39259d6cc0", "meta_json": {"name": "Input Output Global (IOHK) - Private", "ticker": "IOGP", "homepage": "https://iohk.io", "description": "Our mission is to provide economic identity to the billions of people who lack it. IOHK will not use the IOHK ticker."}}] | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "meta_url": {"type": ["string", "null"], "description": "Pool metadata URL"}, "meta_hash": {"type": ["string", "null"], "description": "Pool metadata hash"}, "meta_json": {"type": ["object", "null"], "properties": {"name": {"type": "string", "description": "Pool name"}, "ticker": {"type": "string", "description": "Pool ticker"}, "homepage": {"type": "string", "description": "Pool homepage URL"}, "description": {"type": "string", "description": "Pool description"}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a0420d29-6f76-4b68-850d-851022dee6bf/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /totals | Get the circulating utxo, treasury, rewards, supply and reserves in lovelace for specified epoch, all epochs if empty | 200 | null | [{"epoch_no": 294, "circulation": 32081169442642320, "treasury": 637024173474141, "reward": 506871250479840, "supply": 33228495612391330, "reserves": 11771504387608670}] | {"type": "array", "items": {"properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "circulation": {"type": "string", "description": "Circulating UTxOs for given epoch (in lovelaces)"}, "treasury": {"type": "string", "description": "Funds in treasury for given epoch (in lovelaces)"}, "reward": {"type": "string", "description": "Rewards accumulated as of given epoch (in lovelaces)"}, "supply": {"type": "string", "description": "Total Active Supply (sum of treasury funds, rewards, UTxOs, deposits and fees) for given epoch (in lovelaces)"}, "reserves": {"type": "string", "description": "Total Reserves yet to be unlocked on chain"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a96e3df9-a74f-4d24-9b71-8057db3b7354/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_updates | Return all pool updates for all pools or only updates for specific pool if specified | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_time": 1506635091, "pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "pool_id_hex": "a532904ca60e13e88437b58e7c6ff66b8d5e7ec8d3f4b9e4be7820ec", "active_epoch_no": 324, "vrf_key_hash": "25efdad1bc12944d38e4e3c26c43565bec84973a812737b163b289e87d0d5ed3", "margin": 0.1, "fixed_cost": "500000000", "pledge": "64000000000000", "reward_addr": "stake1uy6yzwsxxc28lfms0qmpxvyz9a7y770rtcqx9y96m42cttqwvp4m5", "owners": ["stake1u8088wvudd7dp3rxl0v9xgng8r3j50s65ge3l3jvgd94keqfm3nv3"], "relays": [{"dns": "relays-new.cardano-mainnet.iohk.io", "srv": "biostakingpool3.hopto.org", "ipv4": "54.220.20.40", "ipv6": "2604:ed40:1000:1711:6082:78ff:fe0c:ebf", "port": 6000}], "meta_url": "https://pools.iohk.io/IOGP.json", "meta_hash": "37eb004c0dd8a221ac3598ca1c6d6257fb5207ae9857b7c163ae0f39259d6cc0", "meta_json": {"name": "Input Output Global (IOHK) - Private", "ticker": "IOGP", "homepage": "https://iohk.io", "description": "Our mission is to provide economic identity to the billions of people who lack it. IOHK will not use the IOHK ticker."}, "pool_status": "registered", "retiring_epoch": null}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "pool_id_hex": {"type": "string", "description": "Pool ID (Hex format)"}, "active_epoch_no": {"type": "integer", "description": "Epoch number in which the update becomes active"}, "vrf_key_hash": {"type": "string", "description": "Pool VRF key hash"}, "margin": {"type": "number", "description": "Margin (decimal format)"}, "fixed_cost": {"type": "string", "description": "Pool fixed cost per epoch"}, "pledge": {"type": "string", "description": "Pool pledge in lovelace"}, "reward_addr": {"type": "string", "description": "Pool reward address"}, "owners": {"type": "array", "items": {"type": "string", "description": "Pool (co)owner address"}}, "relays": {"type": "array", "items": {"type": "object", "properties": {"dns": {"type": ["string", "null"], "description": "DNS name of the relay (nullable)"}, "srv": {"type": ["string", "null"], "description": "DNS service name of the relay (nullable)"}, "ipv4": {"type": ["string", "null"], "description": "IPv4 address of the relay (nullable)"}, "ipv6": {"type": ["string", "null"], "description": "IPv6 address of the relay (nullable)"}, "port": {"type": ["number", "null"], "description": "Port number of the relay (nullable)"}}}}, "meta_url": {"type": ["string", "null"], "description": "Pool metadata URL"}, "meta_hash": {"type": ["string", "null"], "description": "Pool metadata hash"}, "meta_json": {"type": ["object", "null"], "properties": {"name": {"type": "string", "description": "Pool name"}, "ticker": {"type": "string", "description": "Pool ticker"}, "homepage": {"type": "string", "description": "Pool homepage URL"}, "description": {"type": "string", "description": "Pool description"}}}, "pool_status": {"type": "string", "description": "Pool status", "enum": ["registered", "retiring", "retired"]}, "retiring_epoch": {"type": ["integer", "null"], "description": "Announced retiring epoch (nullable)"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/47fd47b3-4e54-4aba-8136-b51d4f492c03/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_address_list | Get the list of all addresses holding a given asset (replaced by asset_addresses) | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "An array of payment addresses holding the given token (including balances)", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "quantity": {"type": "string", "description": "Asset balance on the payment address"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/229b10b8-b737-4659-923c-a5e5a707a19a/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /policy_asset_addresses | Get the list of addresses with quantity for each asset on the given policy Note - Due to cardano's UTxO design and usage from projects, asset to addresses map can be infinite. Thus, for a small subset of active projects with millions of transactions, these might end up with timeouts (HTTP code 504) on free layer. Such large-scale projects are free to subscribe to query layers to have a dedicated cache table for themselves served via Koios. | 200 | null | [{"asset_name": "444f4e545350414d", "payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "Array of asset names and payment addresses for the given policy (including balances)", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "quantity": {"type": "string", "description": "Asset balance on the payment address"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/37f063f3-a332-4b96-b09d-319cdda3eb31/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /blocks | Get summarised details about all blocks (paginated - latest first) | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_height": 42325043, "block_size": 79109, "block_time": 1506635091, "tx_count": 44, "vrf_key": "vrf_vk1pmxyz8efuyj6eq6zkk373f28u47v06nwp5t59jr5fcmcusaazlmqhxu8k2", "pool": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "op_cert_counter": 8, "proto_major": 5, "proto_minor": 0}] | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_size": {"type": "integer", "description": "Block size in bytes"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "tx_count": {"type": "integer", "description": "Number of transactions in the block"}, "vrf_key": {"type": "string", "description": "VRF key of the block producer"}, "pool": {"type": ["string", "null"], "description": "Pool ID in bech32 format (null for pre-Shelley blocks)"}, "op_cert_counter": {"type": "integer", "description": "Counter value of the operational certificate used to create this block"}, "proto_major": {"type": ["integer", "null"], "description": "The protocol major version"}, "proto_minor": {"type": ["integer", "null"], "description": "The protocol minor version"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/d7526a5c-b833-4999-806b-44d47727e3d7/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_list | Get the list of all native assets (paginated) | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9"}] | {"type": "array", "description": "Array of policy IDs and asset names", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/295e3b38-b1d3-48de-bbaa-f971b00b86e2/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_rewards | Get the full rewards history (including MIR) for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "rewards": [{"earned_epoch": 294, "spendable_epoch": 294, "amount": "", "type": "member", "pool_id": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt"}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "rewards": {"type": "array", "items": {"type": "object", "properties": {"earned_epoch": {"type": "integer", "description": "Epoch number"}, "spendable_epoch": {"type": "integer", "description": "Epoch number"}, "amount": {"type": "string", "description": "Amount of rewards earned (in lovelace)"}, "type": {"type": "string", "description": "The source of the rewards", "enum": ["member", "leader", "treasury", "reserves"]}, "pool_id": {"type": ["string", "null"], "description": "Bech32 representation of pool ID"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/7c22f137-4c93-42ff-bb6f-9ace16fa0e6b/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tip | Get the tip info about the latest block seen by chain | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_no": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "block_no": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/b9cb3909-8075-4e1b-92c1-05879137f3e4/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /epoch_block_protocols | Get the information about block protocol distribution in epoch | 200 | null | [{"proto_major": 6, "proto_minor": 2, "blocks": 2183}] | {"type": "array", "items": {"properties": {"proto_major": {"type": "integer", "description": "Protocol major version"}, "proto_minor": {"type": "integer", "description": "Protocol major version"}, "blocks": {"type": "integer", "description": "Amount of blocks with specified major and protocol combination"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/422d24a9-39d8-4cbb-bfb8-32e3d6b09a1c/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_summary | Get the summary of an asset (total transactions exclude minting/total wallets include only wallets with asset balance) | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "total_transactions": 89416, "staked_wallets": 548, "unstaked_addresses": 245}] | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "total_transactions": {"type": "integer", "description": "Total number of transactions including the given asset"}, "staked_wallets": {"type": "integer", "description": "Total number of registered wallets holding the given asset"}, "unstaked_addresses": {"type": "integer", "description": "Total number of payment addresses (not belonging to registered wallets) holding the given asset"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/7a453d28-eeeb-432c-bc8d-15fe4887aede/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /datum_info | List of datum information for given datum hashes | 200 | null | [{"hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016de61b002edd63a5413ec4", "value": {}, "bytes": "19029a"}] | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": ["string", "null"], "description": "The Hash of the Plutus Data"}, "value": {"type": "object", "description": "The actual data in json format"}, "bytes": {"type": "string", "description": "Datum bytes (hex)"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a666bcd4-744e-4b1d-8096-6aceb32a689b/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_blocks | Return information about blocks minted by a given pool for all epochs (or _epoch_no if provided) | 200 | null | [{"epoch_no": 294, "epoch_slot": 75442, "abs_slot": 53384242, "block_height": 42325043, "block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "block_time": 1506635091}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_hash": {"type": "string", "description": "Hash of the block"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/353041a6-8208-43ab-95bb-e460bdc10f09/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_delegators_history | Return information about active delegators (incl. history) for a given pool and epoch number (all epochs if not specified). | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "amount": 64328591517480, "epoch_no": 324}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "amount": {"type": "string", "description": "Current delegator live stake (in lovelace)"}, "epoch_no": {"type": "integer", "description": "Epoch number for the delegation history"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/24b18a36-1e30-451e-bb29-869fd281beaf/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_history | Get the mint/burn history of an asset | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_txs": [{"tx_hash": "e1ecc517f95715bb87681cfde2c594dbc971739f84f8bfda16170b35d63d0ddf", "block_time": 1506635091, "quantity": "-10", "metadata": []}]}] | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_txs": {"type": ["array", "null"], "description": "Array of all mint/burn transactions for an asset", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of minting/burning transaction"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "quantity": {"type": "string", "description": "Quantity minted/burned (negative numbers indicate burn transactions)"}, "metadata": {"type": "array", "description": "Array of Transaction Metadata for given transaction", "items": {"allOf": [{"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}], "description": "Latest minting transaction metadata (aligns with CIP-25)"}}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/411a20af-3b82-4276-9596-44ff0525763a/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /native_script_list | List of all existing native script hashes along with their creation transaction hashes | 200 | null | [{"script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "creation_tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1", "type": "timelock"}] | {"type": "array", "items": {"properties": {"script_hash": {"type": "string", "description": "Hash of a script"}, "creation_tx_hash": {"type": "string", "description": "Hash of the script creation transaction"}, "type": {"type": "string", "description": "Type of the script", "enum": ["timelock", "multisig"]}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/9257555d-c43d-41a2-b39b-f004c1b63b41/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_policy_info | Get the information for all assets under the same policy (replaced by asset_addresses) | 200 | null | [{"asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metadata": {}, "token_registry_metadata": {"name": "Rackmob", "description": "Metaverse Blockchain Cryptocurrency.", "ticker": "MOB", "url": "https://www.rackmob.com/", "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLyc", "decimals": 0}}] | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_tx_hash": {"type": "string", "description": "Hash of the latest mint transaction"}, "total_supply": {"type": "string", "description": "Total supply for the asset"}, "mint_cnt": {"type": "integer", "description": "Count of total mint transactions"}, "burn_cnt": {"type": "integer", "description": "Count of total burn transactions"}, "creation_time": {"type": "integer", "description": "UNIX timestamp of the first asset mint"}, "minting_tx_metadata": {"allOf": [{"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}], "description": "Latest minting transaction metadata (aligns with CIP-25)"}, "token_registry_metadata": {"type": ["object", "null"], "description": "Asset metadata registered on the Cardano Token Registry", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string", "description": "A PNG image file as a byte string"}, "decimals": {"type": "integer"}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/4ae6d09d-83f4-4950-bc2a-da4945757b68/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_addresses | Get all addresses associated with given staking accounts | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "addresses": ["addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp"]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "addresses": {"type": "array", "items": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/beb9d4dd-46f6-40be-81e7-7de42dbcc852/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tx_metalabels | Get a list of all transaction metalabels | 200 | null | [{"key": "721"}] | {"type": "array", "items": {"properties": {"key": {"type": "string", "description": "A distinct known metalabel"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/06c1dc25-2341-4209-a058-a9b02444a488/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_history | Return information about pool stake, block and reward history in a given epoch _epoch_no (or all epochs that pool existed for, in descending order if no _epoch_no was provided) | 200 | null | [{"epoch_no": 312, "active_stake": "31235800000", "active_stake_pct": 13.512182543475783, "saturation_pct": 45.32, "block_cnt": 14, "delegator_cnt": 1432, "margin": 0.125, "fixed_cost": "340000000", "pool_fees": "123327382", "deleg_rewards": "123456789123", "epoch_ros": 3.000340466}] | {"type": "array", "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch for which the pool history data is shown"}, "active_stake": {"type": "string", "description": "Amount of delegated stake to this pool at the time of epoch snapshot (in lovelaces)"}, "active_stake_pct": {"type": "number", "description": "Active stake for the pool, expressed as a percentage of total active stake on network"}, "saturation_pct": {"type": "number", "description": "Saturation percentage of a pool at the time of snapshot (2 decimals)"}, "block_cnt": {"type": ["integer", "null"], "description": "Number of blocks pool created in that epoch"}, "delegator_cnt": {"type": "integer", "description": "Number of delegators to the pool for that epoch snapshot"}, "margin": {"type": "number", "description": "Margin (decimal format)"}, "fixed_cost": {"type": "string", "description": "Pool fixed cost per epoch (in lovelaces)"}, "pool_fees": {"type": "string", "description": "Total amount of fees earned by pool owners in that epoch (in lovelaces)"}, "deleg_rewards": {"type": "string", "description": "Total amount of rewards earned by delegators in that epoch (in lovelaces)"}, "epoch_ros": {"type": "number", "description": "Annualized ROS (return on staking) for delegators for this epoch"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/30f51a4c-f043-41a2-9611-b7a392b00552/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /script_redeemers | List of all redeemers for a given script hash | 200 | null | [{"script_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "redeemers": [{"tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1", "tx_index": 0, "unit_mem": {}, "unit_steps": {}, "fee": 45282, "purpose": "spend", "datum_hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016de61b002edd63a5413ec4", "datum_value": {}}]}] | {"type": "array", "items": {"type": "object", "properties": {"script_hash": {"type": "string", "description": "Hash of Transaction for which details are being shown"}, "redeemers": {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of Transaction containing the redeemer"}, "tx_index": {"type": "integer", "description": "The index of the redeemer pointer in the transaction"}, "unit_mem": {"description": "The budget in Memory to run a script", "additionalProperties": {"oneOf": [{"type": "string"}, {"type": "integer"}]}}, "unit_steps": {"description": "The budget in Cpu steps to run a script", "additionalProperties": {"oneOf": [{"type": "string"}, {"type": "integer"}]}}, "fee": {"type": "string", "description": "The budget in fees to run a script - the fees depend on the ExUnits and the current prices"}, "purpose": {"type": "string", "description": "What kind of validation this redeemer is used for", "enum": ["spend", "mint", "cert", "reward"]}, "datum_hash": {"type": ["string", "null"], "description": "The Hash of the Plutus Data"}, "datum_value": {"type": "object", "description": "The actual data in json format"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/4e394c26-504f-4e11-8f71-7d5b23047f65/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /policy_asset_info | Get the information for all assets under the same policy | 200 | null | [{"asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metadata": {}, "token_registry_metadata": {"name": "Rackmob", "description": "Metaverse Blockchain Cryptocurrency.", "ticker": "MOB", "url": "https://www.rackmob.com/", "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLyc", "decimals": 0}}] | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_tx_hash": {"type": "string", "description": "Hash of the latest mint transaction"}, "total_supply": {"type": "string", "description": "Total supply for the asset"}, "mint_cnt": {"type": "integer", "description": "Count of total mint transactions"}, "burn_cnt": {"type": "integer", "description": "Count of total burn transactions"}, "creation_time": {"type": "integer", "description": "UNIX timestamp of the first asset mint"}, "minting_tx_metadata": {"allOf": [{"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}], "description": "Latest minting transaction metadata (aligns with CIP-25)"}, "token_registry_metadata": {"type": ["object", "null"], "description": "Asset metadata registered on the Cardano Token Registry", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string", "description": "A PNG image file as a byte string"}, "decimals": {"type": "integer"}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/e2579874-54cb-4de5-b824-3a7e0cb9a556/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_assets | Get the native asset balance for a given stake address | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 990000}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "asset_list": {"type": "array", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Asset quantity owned by account"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/1133aa81-5db9-4cdf-b052-2eefce8e8dd9/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_info | Get the information of an asset including first minting & token registry metadata | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metadata": {}, "token_registry_metadata": {"name": "Rackmob", "description": "Metaverse Blockchain Cryptocurrency.", "ticker": "MOB", "url": "https://www.rackmob.com/", "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLyc", "decimals": 0}}] | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_tx_hash": {"type": "string", "description": "Hash of the latest mint transaction"}, "total_supply": {"type": "string", "description": "Total supply for the asset"}, "mint_cnt": {"type": "integer", "description": "Count of total mint transactions"}, "burn_cnt": {"type": "integer", "description": "Count of total burn transactions"}, "creation_time": {"type": "integer", "description": "UNIX timestamp of the first asset mint"}, "minting_tx_metadata": {"allOf": [{"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}], "description": "Latest minting transaction metadata (aligns with CIP-25)"}, "token_registry_metadata": {"type": ["object", "null"], "description": "Asset metadata registered on the Cardano Token Registry", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string", "description": "A PNG image file as a byte string"}, "decimals": {"type": "integer"}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/343f5357-d27f-49c2-a13b-aee748248d94/0/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_info | Get the account information for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "status": "registered", "delegated_pool": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "total_balance": 207116800428, "utxo": 162764177131, "rewards": 56457728047, "withdrawals": 12105104750, "rewards_available": 44352623297, "reserves": "0", "treasury": "0"}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "status": {"type": "string", "description": "Stake address status", "enum": ["registered", "not registered"]}, "delegated_pool": {"type": ["string", "null"], "description": "Bech32 representation of pool ID"}, "total_balance": {"type": "string", "description": "Total balance of the account including UTxO, rewards and MIRs (in lovelace)"}, "utxo": {"type": "string", "description": "Total UTxO balance of the account"}, "rewards": {"type": "string", "description": "Total rewards earned by the account"}, "withdrawals": {"type": "string", "description": "Total rewards withdrawn by the account"}, "rewards_available": {"type": "string", "description": "Total rewards available for withdawal"}, "reserves": {"type": "string", "description": "Total reserves MIR value of the account"}, "treasury": {"type": "string", "description": "Total treasury MIR value of the account"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/85123e18-e82b-435a-b085-c3e1a4e1aa52/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_stake_snapshot | Returns Mark, Set and Go stake snapshots for the selected pool, useful for leaderlog calculation | 200 | null | [{"snapshot": "Mark", "epoch_no": 324, "nonce": "01304ddf5613166be96fce27be110747f2c8fcb38776618ee79225ccb59b81e2", "pool_stake": "100000000000", "active_stake": "103703246364020"}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"snapshot": {"type": "string", "description": "Type of snapshot (\"Mark\", \"Set\" or \"Go\")"}, "epoch_no": {"type": "integer", "description": "Epoch number for the snapshot entry"}, "nonce": {"type": ["string", "null"], "description": "The nonce value for this epoch"}, "pool_stake": {"type": "string", "description": "Pool's Active Stake for the given epoch"}, "active_stake": {"type": "string", "description": "Total Active Stake for the given epoch"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/fe8d6b06-1d59-499a-bb77-e2ed6713f654/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tx_metadata | Get metadata information (if any) for given transaction(s) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "metadata": {}}] | {"type": ["array", "null"], "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "metadata": {"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/559e6a28-c356-4d55-a545-8a5749c12f18/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_relays | A list of registered relays for all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "relays": [{"dns": "relays-new.cardano-mainnet.iohk.io", "srv": "biostakingpool3.hopto.org", "ipv4": "54.220.20.40", "ipv6": "2604:ed40:1000:1711:6082:78ff:fe0c:ebf", "port": 6000}]}] | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "relays": {"type": "array", "items": {"type": "object", "properties": {"dns": {"type": ["string", "null"], "description": "DNS name of the relay (nullable)"}, "srv": {"type": ["string", "null"], "description": "DNS service name of the relay (nullable)"}, "ipv4": {"type": ["string", "null"], "description": "IPv4 address of the relay (nullable)"}, "ipv6": {"type": ["string", "null"], "description": "IPv6 address of the relay (nullable)"}, "port": {"type": ["number", "null"], "description": "Port number of the relay (nullable)"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/bd4fd488-107e-4eb5-be13-d9890842982c/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_list | Get a list of all stake addresses that have atleast 1 transaction | 200 | null | [{"id": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz"}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/aedfd25a-1e3c-4ebd-ba7f-3d575d0a91d3/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_token_registry | Get a list of assets registered via token registry on github | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "ticker": "MOB", "description": "Metaverse Blockchain Cryptocurrency.", "url": "https://www.rackmob.com/", "decimals": 0, "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLyc"}] | {"type": "array", "description": "An array of token registry information (registered via github) for each asset", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "ticker": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string", "description": "A PNG image file as a byte string"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/114b0f11-34fa-440e-8213-72f0674301e0/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_utxos | Get a list of all UTxOs for a given stake address (account) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "value": 157832856, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/c5f440b0-ce0a-47d6-9b98-89a0cde25a83/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_history | Get the staking history of given stake addresses (accounts) | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "history": [{"pool_id": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "epoch_no": 301, "active_stake": 682334162}]}] | {"type": "array", "items": {"properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "history": {"type": "array", "items": {"type": "object", "properties": {"pool_id": {"type": "string", "description": "Bech32 representation of pool ID"}, "epoch_no": {"type": "integer", "description": "Epoch number"}, "active_stake": {"type": "string", "description": "Active stake amount (in lovelaces)"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/712d98d4-5e2f-4077-9af4-e077186e94e0/0/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /address_assets | Get the list of all the assets (policy, name and quantity) for given addresses | 200 | null | [{"address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 990000}]}] | {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "asset_list": {"type": "array", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Asset quantity owned by account"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/05f46af7-c7c4-481c-89e1-0112522f647b/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_info | Get the information of a list of assets including first minting & token registry metadata | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metadata": {}, "token_registry_metadata": {"name": "Rackmob", "description": "Metaverse Blockchain Cryptocurrency.", "ticker": "MOB", "url": "https://www.rackmob.com/", "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSfvu78nIGlkPSdXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQnPz4KPHg6eG1wbWV0YSB4bWxuczp4PSdhZG9iZTpuczptZXRhLyc", "decimals": 0}}] | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_tx_hash": {"type": "string", "description": "Hash of the latest mint transaction"}, "total_supply": {"type": "string", "description": "Total supply for the asset"}, "mint_cnt": {"type": "integer", "description": "Count of total mint transactions"}, "burn_cnt": {"type": "integer", "description": "Count of total burn transactions"}, "creation_time": {"type": "integer", "description": "UNIX timestamp of the first asset mint"}, "minting_tx_metadata": {"allOf": [{"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}], "description": "Latest minting transaction metadata (aligns with CIP-25)"}, "token_registry_metadata": {"type": ["object", "null"], "description": "Asset metadata registered on the Cardano Token Registry", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string", "description": "A PNG image file as a byte string"}, "decimals": {"type": "integer"}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/ad44b7e6-226d-423a-9016-91bc4409be4a/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /epoch_params | Get the protocol parameters for specific epoch, returns information about all epochs if no epoch specified | 200 | null | [{"epoch_no": 294, "min_fee_a": 44, "min_fee_b": 155381, "max_block_size": 65536, "max_tx_size": 16384, "max_bh_size": 1100, "key_deposit": 2000000, "pool_deposit": 500000000, "max_epoch": 18, "optimal_pool_count": 500, "influence": 0.3, "monetary_expand_rate": 0.003, "treasury_growth_rate": 0.2, "decentralisation": 0.1, "extra_entropy": "d982e06fd33e7440b43cefad529b7ecafbaa255e38178ad4189a37e4ce9bf1fa", "protocol_major": 5, "protocol_minor": 0, "min_utxo_value": 34482, "min_pool_cost": 340000000, "nonce": "01304ddf5613166be96fce27be110747f2c8fcb38776618ee79225ccb59b81e2", "block_hash": "f9dc2a2fc3a2db09a71af007a740261de585afc9e3022b8e30535592ff4dd9e5", "cost_models": "", "price_mem": 0.0577, "price_step": 7.21e-05, "max_tx_ex_mem": 10000000, "max_tx_ex_steps": 10000000000, "max_block_ex_mem": 50000000, "max_block_ex_steps": 40000000000, "max_val_size": 5000, "collateral_percent": 150, "max_collateral_inputs": 3, "coins_per_utxo_size": 34482}] | {"type": "array", "items": {"properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "min_fee_a": {"type": ["integer", "null"], "description": "The 'a' parameter to calculate the minimum transaction fee"}, "min_fee_b": {"type": ["integer", "null"], "description": "The 'b' parameter to calculate the minimum transaction fee"}, "max_block_size": {"type": ["integer", "null"], "description": "The maximum block size (in bytes)"}, "max_tx_size": {"type": ["integer", "null"], "description": "The maximum transaction size (in bytes)"}, "max_bh_size": {"type": ["integer", "null"], "description": "The maximum block header size (in bytes)"}, "key_deposit": {"type": ["string", "null"], "description": "The amount (in lovelace) required for a deposit to register a stake address"}, "pool_deposit": {"type": ["string", "null"], "description": "The amount (in lovelace) required for a deposit to register a stake pool"}, "max_epoch": {"type": ["integer", "null"], "description": "The maximum number of epochs in the future that a pool retirement is allowed to be scheduled for"}, "optimal_pool_count": {"type": ["integer", "null"], "description": "The optimal number of stake pools"}, "influence": {"type": ["number", "null"], "format": "double", "description": "The pledge influence on pool rewards", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "monetary_expand_rate": {"type": ["number", "null"], "format": "double", "description": "The monetary expansion rate", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "treasury_growth_rate": {"type": ["number", "null"], "format": "double", "description": "The treasury growth rate", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "decentralisation": {"type": ["number", "null"], "format": "double", "description": "The decentralisation parameter (1 fully centralised, 0 fully decentralised)", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "extra_entropy": {"type": ["string", "null"], "description": "The hash of 32-byte string of extra random-ness added into the protocol's entropy pool"}, "protocol_major": {"type": ["integer", "null"], "description": "The protocol major version"}, "protocol_minor": {"type": ["integer", "null"], "description": "The protocol minor version"}, "min_utxo_value": {"type": ["string", "null"], "description": "The minimum value of a UTxO entry"}, "min_pool_cost": {"type": ["string", "null"], "description": "The minimum pool cost"}, "nonce": {"type": ["string", "null"], "description": "The nonce value for this epoch"}, "block_hash": {"type": "string", "description": "The hash of the first block where these parameters are valid"}, "cost_models": {"type": ["string", "null"], "description": "The per language cost models"}, "price_mem": {"type": ["number", "null"], "format": "double", "description": "The per word cost of script memory usage", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "price_step": {"type": ["number", "null"], "format": "double", "description": "The cost of script execution step usage", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "max_tx_ex_mem": {"type": ["number", "null"], "description": "The maximum number of execution memory allowed to be used in a single transaction"}, "max_tx_ex_steps": {"type": ["number", "null"], "description": "The maximum number of execution steps allowed to be used in a single transaction"}, "max_block_ex_mem": {"type": ["number", "null"], "description": "The maximum number of execution memory allowed to be used in a single block"}, "max_block_ex_steps": {"type": ["number", "null"], "description": "The maximum number of execution steps allowed to be used in a single block"}, "max_val_size": {"type": ["number", "null"], "description": "The maximum Val size"}, "collateral_percent": {"type": ["integer", "null"], "description": "The percentage of the tx fee which must be provided as collateral when including non-native scripts"}, "max_collateral_inputs": {"type": ["integer", "null"], "description": "The maximum number of collateral inputs allowed in a transaction"}, "coins_per_utxo_size": {"type": ["string", "null"], "description": "The cost per UTxO size"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/92f24a5c-e0d4-4d2a-a2ed-823b6ce26bb9/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_list | A list of all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "ticker": "JAZZ"}] | {"type": "array", "items": {"properties": {"pool_id_bech32": {"type": ["string", "null"], "description": "Bech32 representation of pool ID"}, "ticker": {"type": ["string", "null"], "description": "Pool ticker"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/17435ce4-3a1b-4ecc-a2a8-7dfecb39681a/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /address_txs | Get the transaction hash list of input address array, optionally filtering after specified block height (inclusive) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/84592965-3050-45c3-965b-4bacdffb898b/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /genesis | Get the Genesis parameters used to start specific era on chain | 200 | null | [{"networkmagic": 764824073, "networkid": "Mainnet", "epochlength": 432000, "slotlength": 1, "maxlovelacesupply": 45000000000000000, "systemstart": 1506203091, "activeslotcoeff": 0.05, "slotsperkesperiod": 129600, "maxkesrevolutions": 62, "securityparam": 2160, "updatequorum": 5, "alonzogenesis": "{\\\"lovelacePerUTxOWord\\\":34482,\\\"executionPrices\\\":{\\\"prSteps\\\":{\\\"numerator\\\":721,\\\"denominator\\\":10000000},..."}] | {"type": "array", "items": {"properties": {"networkmagic": {"type": "string", "description": "Unique network identifier for chain"}, "networkid": {"type": "string", "description": "Network ID used at various CLI identification to distinguish between Mainnet and other networks"}, "epochlength": {"type": "string", "description": "Number of slots in an epoch"}, "slotlength": {"type": "string", "description": "Duration of a single slot (in seconds)"}, "maxlovelacesupply": {"type": "string", "description": "Maximum smallest units (lovelaces) supply for the blockchain"}, "systemstart": {"type": "integer", "description": "UNIX timestamp of the first block (genesis) on chain"}, "activeslotcoeff": {"type": "string", "description": "Active Slot Co-Efficient (f) - determines the _probability_ of number of slots in epoch that are expected to have blocks (so mainnet, this would be: 432000 * 0.05 = 21600 estimated blocks)"}, "slotsperkesperiod": {"type": "string", "description": "Number of slots that represent a single KES period (a unit used for validation of KES key evolutions)"}, "maxkesrevolutions": {"type": "string", "description": "Number of KES key evolutions that will automatically occur before a KES (hot) key is expired. This parameter is for security of a pool, in case an operator had access to his hot(online) machine compromised"}, "securityparam": {"type": "string", "description": "A unit (k) used to divide epochs to determine stability window (used in security checks like ensuring atleast 1 block was created in 3*k/f period, or to finalize next epoch's nonce at 4*k/f slots before end of epoch)"}, "updatequorum": {"type": "string", "description": "Number of BFT members that need to approve (via vote) a Protocol Update Proposal"}, "alonzogenesis": {"type": "string", "description": "A JSON dump of Alonzo Genesis"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/fb9ef9c1-3eb7-41ae-b5f0-a38501c80f40/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /param_updates | Get all parameter update proposals submitted to the chain starting Shelley era | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_height": 42325043, "block_time": 1506635091, "epoch_no": 294, "data": {"decentralisation": 0.9}}] | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number"}, "data": {"type": "string", "description": "JSON encoded data with details about the parameter update"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/3655c56c-5663-41bb-841c-502c51bf2938/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /address_info | Get address info - balance, associated stake address (if any) and UTxO set for given addresses | 200 | null | [{"address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "balance": 10723473983, "stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "script_address": true, "utxo_set": [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "block_height": 42325043, "block_time": 1506635091, "value": 157832856, "datum_hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016de61b002edd63a5413ec4", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 990000}]}]}] | {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "balance": {"type": "string", "description": "Sum of all UTxO values beloning to address"}, "stake_address": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "script_address": {"type": "boolean", "description": "Signifies whether the address is a script address"}, "utxo_set": {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "The Hash of the Plutus Data"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": "array", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Asset quantity owned by account"}}}}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/c7b39300-2910-40a9-864e-add2d1c8b1f9/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_updates | Get the account updates (registration, deregistration, delegation and withdrawals) for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "updates": [{"action_type": "registration", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "epoch_slot": 75442, "absolute_slot": 53384242, "block_time": 1506635091}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "updates": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string", "description": "Type of certificate submitted", "enum": ["registration", "delegation", "withdrawal", "deregistration"]}, "tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "absolute_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/36158506-2eee-4ffc-9785-9f78ebb71ec3/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tx_info | Get detailed information about transaction(s) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "block_height": 42325043, "epoch_no": 321, "epoch_slot": 75442, "absolute_slot": 53384242, "tx_timestamp": 1506635091, "tx_block_index": 6, "tx_size": 391, "total_output": 157832856, "fee": 172761, "deposit": 0, "invalid_before": "", "invalid_after": 42332172, "collateral_inputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856, "datum_hash": "30c16dd243324cf9d90ffcf211b9e0f2117a7dc28d17e85927dfe2af3328e5c9", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}]}], "collateral_output": {"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856, "datum_hash": "30c16dd243324cf9d90ffcf211b9e0f2117a7dc28d17e85927dfe2af3328e5c9", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}]}, "reference_inputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856, "datum_hash": "30c16dd243324cf9d90ffcf211b9e0f2117a7dc28d17e85927dfe2af3328e5c9", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}]}], "inputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856, "datum_hash": "30c16dd243324cf9d90ffcf211b9e0f2117a7dc28d17e85927dfe2af3328e5c9", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}]}], "outputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856, "datum_hash": "30c16dd243324cf9d90ffcf211b9e0f2117a7dc28d17e85927dfe2af3328e5c9", "inline_datum": {"bytes": "19029a", "value": {}}, "reference_script": {"hash": "67f33146617a5e61936081db3b2117cbf59bd2123748f58ac9678656", "size": 14, "type": "plutusV1", "bytes": "4e4d01000033222220051200120011", "value": {}}, "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}]}], "withdrawals": [{"amount": 9845162, "stake_addr": "stake1uxggf4shfvpghcangm67ky0q4zlc3xn7gezy0auhxczu3pslm9wrj"}], "assets_minted": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 1}], "metadata": {}, "certificates": [{"index": 0, "type": "delegation", "info": {}}], "native_scripts": [{"script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "script_json": {}}], "plutus_contracts": [{"address": "addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3", "script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "bytecode": "5911ea010000332333222332233223322332232323332223233322232333333332222222232333222323333222232323322323332223233322232323322332232323333322222332233223322332233223322223223223232533530333330083333573466e1cd55cea8032400046460a000264646464646666ae68cdc39aab9d5004480008cccc8888cccc16c01000c008004dd71aba15004375c6ae85400cdd71aba15002375a6ae84d5d1280111a8279a982819ab9c491035054310005149926135744a00226ae8940044d55cf280089baa001357426aae79401c8d4124d4c128cd5ce2481035054310004b499263333573466e1d40112002205323333573466e1d40152000205523504a35304b335738921035054310004c49926498cccd5cd19b8735573aa004900011980599191919191919191919191999ab9a3370e6aae754029200023333333333019335027232323333573466e1cd55cea8012400046603e60746ae854008c0b0d5d09aba2500223505935305a3357389201035054310005b49926135573ca00226ea8004d5d0a80519a8138141aba150093335502e75ca05a6ae854020ccd540b9d728169aba1500733502704335742a00c66a04e66aa0a8098eb4d5d0a8029919191999ab9a3370e6aae754009200023350213232323333573466e1cd55cea80124000466a05266a084eb4d5d0a80118239aba135744a00446a0ba6a60bc66ae712401035054310005f49926135573ca00226ea8004d5d0a8011919191999ab9a3370e6aae7540092000233502733504275a6ae854008c11cd5d09aba2500223505d35305e3357389201035054310005f49926135573ca00226ea8004d5d09aba2500223505935305a3357389201035054310005b49926135573ca00226ea8004d5d0a80219a813bae35742a00666a04e66aa0a8eb88004d5d0a801181c9aba135744a00446a0aa6a60ac66ae71241035054310005749926135744a00226ae8940044d5d1280089aba25001135744a00226ae8940044d5d1280089aba25001135573ca00226ea8004d5d0a8011919191999ab9a3370ea00290031180f181d9aba135573ca00646666ae68cdc3a801240084603a608a6ae84d55cf280211999ab9a3370ea00690011180e98181aba135573ca00a46666ae68cdc3a80224000460406eb8d5d09aab9e50062350503530513357389201035054310005249926499264984d55cea80089baa001357426ae8940088d4124d4c128cd5ce249035054310004b49926104a1350483530493357389201035054350004a4984d55cf280089baa001135573a6ea80044dd50009109198008018011000911111111109199999999980080580500480400380300280200180110009109198008018011000891091980080180109000891091980080180109000891091980080180109000909111180200290911118018029091111801002909111180080290008919118011bac0013200135503b2233335573e0024a01c466a01a60086ae84008c00cd5d100101991919191999ab9a3370e6aae75400d200023330073232323333573466e1cd55cea8012400046601a60626ae854008cd404c0b4d5d09aba25002235036353037335738921035054310003849926135573ca00226ea8004d5d0a801999aa805bae500a35742a00466a01eeb8d5d09aba25002235032353033335738921035054310003449926135744a00226aae7940044dd50009110919980080200180110009109198008018011000899aa800bae75a224464460046eac004c8004d540d488c8cccd55cf80112804919a80419aa81898031aab9d5002300535573ca00460086ae8800c0b84d5d08008891001091091198008020018900089119191999ab9a3370ea002900011a80418029aba135573ca00646666ae68cdc3a801240044a01046a0526a605466ae712401035054310002b499264984d55cea80089baa001121223002003112200112001232323333573466e1cd55cea8012400046600c600e6ae854008dd69aba135744a00446a0466a604866ae71241035054310002549926135573ca00226ea80048848cc00400c00880048c8cccd5cd19b8735573aa002900011bae357426aae7940088d407cd4c080cd5ce24810350543100021499261375400224464646666ae68cdc3a800a40084a00e46666ae68cdc3a8012400446a014600c6ae84d55cf280211999ab9a3370ea00690001280511a8111a981199ab9c490103505431000244992649926135573aa00226ea8004484888c00c0104488800844888004480048c8cccd5cd19b8750014800880188cccd5cd19b8750024800080188d4068d4c06ccd5ce249035054310001c499264984d55ce9baa0011220021220012001232323232323333573466e1d4005200c200b23333573466e1d4009200a200d23333573466e1d400d200823300b375c6ae854014dd69aba135744a00a46666ae68cdc3a8022400c46601a6eb8d5d0a8039bae357426ae89401c8cccd5cd19b875005480108cc048c050d5d0a8049bae357426ae8940248cccd5cd19b875006480088c050c054d5d09aab9e500b23333573466e1d401d2000230133016357426aae7940308d407cd4c080cd5ce2481035054310002149926499264992649926135573aa00826aae79400c4d55cf280109aab9e500113754002424444444600e01044244444446600c012010424444444600a010244444440082444444400644244444446600401201044244444446600201201040024646464646666ae68cdc3a800a400446660106eb4d5d0a8021bad35742a0066eb4d5d09aba2500323333573466e1d400920002300a300b357426aae7940188d4040d4c044cd5ce2490350543100012499264984d55cea80189aba25001135573ca00226ea80048488c00800c888488ccc00401401000c80048c8c8cccd5cd19b875001480088c018dd71aba135573ca00646666ae68cdc3a80124000460106eb8d5d09aab9e500423500a35300b3357389201035054310000c499264984d55cea80089baa001212230020032122300100320011122232323333573466e1cd55cea80124000466aa016600c6ae854008c014d5d09aba25002235007353008335738921035054310000949926135573ca00226ea8004498480048004448848cc00400c008448004848c0040088004888848cccc00401401000c00880044880084880048004448c8c00400488cc00cc008008004c8ccc888c8c8cc88cc88ccc888c8c8c8c8cc88c8c8cc88c8cccc8888c8c8c8c8c8c8c8c8ccc888c8ccc888ccc888cccccccc88888888cc88ccccc88888cccc8888cc88cc88cc88ccc888cc88cc88cc88cc88cc88c8c8c8cc88c8c8c8c8c8c8cc88c8c8c8c8c8c8cc888c888c8c94cd4c1240104cc0352401297369676e617475726520646f6573206e6f74206d617463682063726561746f7220696e20646174756d0033223530200022222222222533535032333553068120015027253353079333573466e3c0300041ec1e84d40d4004540d000c841ec41e54008c04540144cc054cc03524012f65787065637465642063726561746f7220746f2067657420616c6c206f66207768617420736865206f72646572656400330153350133335500e305c12001504f350481223335501b2253353070333505006353353502a3235302900122335304c0022350300012502f300e00221001132635300b335738920117696e76616c6964207075626c6963206b657920686173680000c498c05540244cc010c0340080044004004c8d4c08400488888888880254010ccd41354138c1894014c04920c08db7013350133335500e305c12001504f350481223335501b22533530703005002133004335506500d30100020011001001300d5004333504d504e30625005333504d504e533535026301a00321300a300d0011630124830236dc04cc0352401276f6e6c79206d617463686573206f66207061697273206f66206f726465727320616c6c6f77656400533535063350481223335501b225335307030050021330040020011001001300d50041306a162215335350650011306c16221533535067001107222130701623253353502732353024001222001500121333504e223530280022235302a0032232335304e0052335304f004253353077333573466e3c0080041e41e05400c41e081e08cd4c13c01081e094cd4c1dcccd5cd19b8f002001079078150031078153353502e0032153353502f00221335304c0022335304d002233530510022335305200223306d002001207b23353052002207b23306d00200122207b222335304f004207b2225335307c333573466e1c01800c1f81f454cd4c1f0ccd5cd19b8700500207e07d1333573466e1c0100041f81f441f441f441d854cd4d40b8004841d841d8c03140094cd4d40a0c07001484cd54190034c03c0045841b84c0300044d4c068004880084d4c02800480044800480048d4c0680048880088d4c06400488800c8d4c05000488888888880288d4c05400488004894cd4c184004418c4cd5ce001031089119aa8011a82600090009091800801100091a982c0009111002119a82999aa82b245003350533355056489000015054505412233355304b120013500550032353550560012233355304e120013500850062353550590012233353550490012330614800000488cc1880080048cc184005200000133040002001133500400105a22533530590021001105a123350492233353500400322002002001353500200122001122123300100300212001112232001320013550582253353504e00110032213300600230040012353003001223530070022222222222533335302600b21501b21501b21501b2133355305012001500f2353015001225335306353353063333573466e3cd4c0bc00888008d4c0bc010880081941904ccd5cd19b8735302f0022200135302f00422001065064106413501f0031501e00b13350432253353500d002210031001500c2212330010030022001222222222212333333333300100b00a009008007006005004003002200122123300100300220012221233300100400300220012212330010030022001121223002003112200112001122123300100300212001122123300100300212001122123300100300212001121222300300411222002112220011200121222230040052122223003005212222300200521222230010052001221233001003002200121222222230070082212222222330060090082122222223005008122222220041222222200322122222223300200900822122222223300100900820012122300200322212233300100500400320012122300200321223001003200112335001501d501e1220021220012001120011200113002012133500b2233300301300200150162223355300e1200123535501a00122335501d002335530111200123535501d001223355020002333535500d00123300a4800000488cc02c0080048cc028005200000133004002001223355300c1200123535501800122335501b00233353550080012335530101200123535501c00122335501f00235500f001001223335550080150020012335530101200123535501c00122335501f00235500d0010013335550030100020011112223335530041200150153355300c1200123535501800122335501b00235500b0013335530041200122353550190022253353021333553011120013500d33500f22533530230021025100102223535501c001223300a0020050061003133501900400350160013355300c120012353550180012232335501c00330010053200135502322533535019001135500b0032213535501e00222533530263300c00200813355010007001130060030023200135501c221122253353501500110022213300500233355300712001005004001112122230030041122122233002005004112122230010041120011233500722333535004003220020020013535002001220011221233001003002120013200135501422112253353500c0011500e22133500f3004002335530061200100400132001355013221122253353500c00113535006003220012213335350080052200230040023335530071200100500400112212330010030021200122333573466e3c00800404404088cdc000100088911801000919991119a80319aa80480199a80319aa804801000a803a8039a980380091110019a980380091110011a98038009111000889100109109119800802001890008891091980080180108900091110919998008028020018011000900211199ab9a3371000400200800a244004244002400222464600200244660066004004003", "size": 234895, "valid_contract": true, "input": {"redeemer": {"purpose": "spend", "fee": 45282, "unit": {}, "datum": {}}, "datum": {"hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016de61b002edd63a5413ec4", "value": {}}}}]}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_hash": {"type": "string", "description": "Hash of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "absolute_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "tx_timestamp": {"type": "integer", "description": "UNIX timestamp of the transaction"}, "tx_block_index": {"type": "integer", "description": "Index of transaction within block"}, "tx_size": {"type": "integer", "description": "Size in bytes of transaction"}, "total_output": {"type": "string", "description": "Total sum of all transaction outputs (in lovelaces)"}, "fee": {"type": "string", "description": "Total Transaction fee (in lovelaces)"}, "deposit": {"type": "string", "description": "Total Deposits included in transaction (for example, if it is registering a pool/key)"}, "invalid_before": {"type": ["string", "null"], "description": "Slot before which transaction cannot be validated (if supplied, else null)"}, "invalid_after": {"type": ["string", "null"], "description": "Slot after which transaction cannot be validated"}, "collateral_inputs": {"type": "array", "description": "An array of UTxO outputs created by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "Hash of datum (if any) connected to UTxO"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": ["array", "null"], "description": "An array of assets on the UTxO", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of assets on the UTxO"}}}}}}}, "collateral_output": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "Hash of datum (if any) connected to UTxO"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": ["array", "null"], "description": "An array of assets on the UTxO", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of assets on the UTxO"}}}}}}, "reference_inputs": {"type": "array", "description": "An array of UTxO outputs created by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "Hash of datum (if any) connected to UTxO"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": ["array", "null"], "description": "An array of assets on the UTxO", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of assets on the UTxO"}}}}}}}, "inputs": {"type": "array", "description": "An array of UTxO outputs created by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "Hash of datum (if any) connected to UTxO"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": ["array", "null"], "description": "An array of assets on the UTxO", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of assets on the UTxO"}}}}}}}, "outputs": {"type": "array", "description": "An array of UTxO outputs created by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}, "datum_hash": {"type": ["string", "null"], "description": "Hash of datum (if any) connected to UTxO"}, "inline_datum": {"type": ["object", "null"], "description": "Allows datums to be attached to UTxO (CIP-32)", "properties": {"bytes": {"type": "string", "description": "Datum bytes (hex)"}, "value": {"type": "object", "description": "Value (json)"}}}, "reference_script": {"type": ["object", "null"], "description": "Allow reference scripts to be used to satisfy script requirements during validation, rather than requiring the spending transaction to do so. (CIP-33)", "properties": {"hash": {"type": "string", "description": "Hash of referenced script"}, "size": {"type": "integer", "description": "Size in bytes"}, "type": {"type": "string", "description": "Type of script"}, "bytes": {"type": "string", "description": "Script bytes (hex)"}, "value": {"type": ["object", "null"], "description": "Value (json)"}}}, "asset_list": {"type": ["array", "null"], "description": "An array of assets on the UTxO", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of assets on the UTxO"}}}}}}}, "withdrawals": {"type": ["array", "null"], "description": "Array of withdrawals with-in a transaction", "items": {"type": "object", "properties": {"amount": {"type": "string", "description": "Withdrawal amount (in lovelaces)"}, "stake_addr": {"type": "string", "description": "A Cardano staking address (reward account, bech32 encoded)"}}}}, "assets_minted": {"type": ["array", "null"], "description": "Array of minted assets with-in a transaction", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "decimals": {"type": "integer", "description": "Asset decimals"}, "quantity": {"type": "string", "description": "Quantity of minted assets (negative on burn)"}}}}, "metadata": {"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}, "certificates": {"type": ["array", "null"], "description": "Certificates present with-in a transaction (if any)", "items": {"properties": {"index": {"type": ["integer", "null"], "description": "Certificate index"}, "type": {"type": "string", "description": "Type of certificate (could be delegation, stake_registration, stake_deregistraion, pool_update, pool_retire, param_proposal, reserve_MIR, treasury_MIR)"}, "info": {"type": ["object", "null"], "description": "A JSON array containing information from the certificate"}}}}, "native_scripts": {"type": ["array", "null"], "description": "Native scripts present in a transaction (if any)", "items": {"properties": {"script_hash": {"type": "string", "description": "Hash of a script"}, "script_json": {"type": "object", "description": "JSON representation of the timelock script (null for other script types)"}}}}, "plutus_contracts": {"type": "array", "description": "Plutus contracts present in transaction (if any)", "items": {"properties": {"address": {"type": ["string", "null"], "description": "Plutus script address"}, "script_hash": {"type": "string", "description": "Hash of a script"}, "bytecode": {"type": "string", "description": "CBOR-encoded Plutus script data"}, "size": {"type": "integer", "description": "The size of the CBOR serialised script (in bytes)"}, "valid_contract": {"type": "boolean", "description": "True if the contract is valid or there is no contract"}, "input": {"type": "object", "properties": {"redeemer": {"type": "object", "properties": {"purpose": {"type": "string", "description": "What kind of validation this redeemer is used for", "enum": ["spend", "mint", "cert", "reward"]}, "fee": {"type": "string", "description": "The budget in fees to run a script - the fees depend on the ExUnits and the current prices"}, "unit": {"type": "object", "properties": {"steps": {"description": "**Omitted**"}, "mem": {"description": "**Omitted**"}}}, "datum": {"type": "object", "properties": {"hash": {"description": "**Omitted**"}, "value": {"description": "**Omitted**"}}}}}, "datum": {"type": "object", "properties": {"hash": {"type": ["string", "null"], "description": "The Hash of the Plutus Data"}, "value": {"type": "object", "description": "The actual data in json format"}}}}}}}}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/a9cfe960-73cd-4bc3-8d09-0dcdf5410428/1/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /asset_addresses | Get the list of all addresses holding a given asset Note - Due to cardano's UTxO design and usage from projects, asset to addresses map can be infinite. Thus, for a small subset of active projects with millions of transactions, these might end up with timeouts (HTTP code 504) on free layer. Such large-scale projects are free to subscribe to query layers to have a dedicated cache table for themselves served via Koios. | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "An array of payment addresses holding the given token (including balances)", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "quantity": {"type": "string", "description": "Asset balance on the payment address"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/d2fc1a4e-5d1d-4664-9d59-036804ae6e49/2/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /credential_txs | Get the transaction hash list of input payment credential array, optionally filtering after specified block height (inclusive) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/4c23928a-463a-4488-b5c2-4926673e7e85/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /account_info_cached | Get the cached account information for given stake addresses, effective for registered accounts | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "status": "registered", "delegated_pool": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "total_balance": 207116800428, "utxo": 162764177131, "rewards": 56457728047, "withdrawals": 12105104750, "rewards_available": 44352623297, "reserves": "0", "treasury": "0"}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "status": {"type": "string", "description": "Stake address status", "enum": ["registered", "not registered"]}, "delegated_pool": {"type": ["string", "null"], "description": "Bech32 representation of pool ID"}, "total_balance": {"type": "string", "description": "Total balance of the account including UTxO, rewards and MIRs (in lovelace)"}, "utxo": {"type": "string", "description": "Total UTxO balance of the account"}, "rewards": {"type": "string", "description": "Total rewards earned by the account"}, "withdrawals": {"type": "string", "description": "Total rewards withdrawn by the account"}, "rewards_available": {"type": "string", "description": "Total rewards available for withdawal"}, "reserves": {"type": "string", "description": "Total reserves MIR value of the account"}, "treasury": {"type": "string", "description": "Total treasury MIR value of the account"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/84e75db1-673b-4b4f-b0a0-4a99c4fafb6a/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /pool_delegators | Return information about live delegators for a given pool. | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "amount": 64328591517480, "active_epoch_no": 324, "latest_delegation_tx_hash": "368d08fe86804d637649341d3aec4a9baa7dffa6d00f16de2ba9dba814f1c948"}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "amount": {"type": "string", "description": "Current delegator live stake (in lovelace)"}, "active_epoch_no": {"type": "integer", "description": "Epoch number in which the delegation becomes active"}, "latest_delegation_tx_hash": {"type": "string", "description": "Latest transaction hash used for delegation by the account"}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/9cf63039-c958-4a26-b750-2c6c0e2879dc/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /tx_utxos | Get UTxO set (inputs/outputs) of transactions. | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "inputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856}], "outputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856}]}] | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "inputs": {"type": "array", "description": "An array of UTxO inputs used by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}}}}, "outputs": {"description": "An array of UTxO outputs created by the transaction", "allOf": [{"type": "array", "description": "An array of UTxO inputs used by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech32": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) where funds were sent or change to be returned"}, "cred": {"type": "string", "description": "Payment credential"}}}, "stake_addr": {"allOf": [{"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}]}, "tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}}}}]}}}} |
673f4cb1-cd08-4e36-993f-15a027aeb4a3/c7c7504d-fee9-400b-bcc9-90f60a024f99/3/0 | Cardano's Decentralized API - Preprod | Koios - Cardano's Decentralized API - Preprod | null | /credential_utxos | Get a list of UTxO against input payment credential array including their balances | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}}}} |
854a0a26-8e77-4c70-878f-537ac7617a36/31961129-ad5b-4721-abd0-87130b288bfb/0/0 | Country State | API contains countries state and cities data. | null | Get Single City | return single city by id | 200 | Response | {"Id": "108", "Name": "Qala i Naw", "StateId": "3871", "Latitude": "34.98735", "Longitude": "63.12891"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "StateId": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["Id", "Latitude", "Longitude", "Name", "StateId"]} |
854a0a26-8e77-4c70-878f-537ac7617a36/ae7e0964-7750-43bc-a91c-19fd568c0187/0/0 | Country State | API contains countries state and cities data. | null | Get Cities By State Id | Return all cities of given state | 200 | Response | [{"Id": "72", "Name": "Ghormach", "StateId": "3871", "Latitude": "35.73062", "Longitude": "63.78264"}, {"Id": "108", "Name": "Qala i Naw", "StateId": "3871", "Latitude": "34.98735", "Longitude": "63.12891"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "StateId": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["Id", "Latitude", "Longitude", "Name", "StateId"]}} |
854a0a26-8e77-4c70-878f-537ac7617a36/62ac55bf-8344-419f-a019-c87dd6ed3378/0/0 | Country State | API contains countries state and cities data. | null | Get Single State By Id | Return single state object of given id | 200 | Response | {"Id": "3901", "Name": "Badakhshan", "CountryId": "1", "StateCode": "BDS", "Latitude": "36.7347725", "Longitude": "70.8119953"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "CountryId": {"type": "string"}, "StateCode": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["CountryId", "Id", "Latitude", "Longitude", "Name", "StateCode"]} |
854a0a26-8e77-4c70-878f-537ac7617a36/acc84e7c-a301-4336-bad1-3511a9379894/0/0 | Country State | API contains countries state and cities data. | null | Get States By CountryId | Return all states of given country | 200 | Response | [{"Id": "3901", "Name": "Badakhshan", "CountryId": "1", "StateCode": "BDS", "Latitude": "36.7347725", "Longitude": "70.8119953"}, {"Id": "3871", "Name": "Badghis", "CountryId": "1", "StateCode": "BDG", "Latitude": "35.1671339", "Longitude": "63.7695384"}, {"Id": "3875", "Name": "Baghlan", "CountryId": "1", "StateCode": "BGL", "Latitude": "36.1789026", "Longitude": "68.7453064"}, {"Id": "3884", "Name": "Balkh", "CountryId": "1", "StateCode": "BAL", "Latitude": "36.7550603", "Longitude": "66.8975372"}, {"Id": "3872", "Name": "Bamyan", "CountryId": "1", "StateCode": "BAM", "Latitude": "34.8100067", "Longitude": "67.8212104"}, {"Id": "3892", "Name": "Daykundi", "CountryId": "1", "StateCode": "DAY", "Latitude": "33.669495", "Longitude": "66.0463534"}, {"Id": "3899", "Name": "Farah", "CountryId": "1", "StateCode": "FRA", "Latitude": "32.495328", "Longitude": "62.2626627"}, {"Id": "3889", "Name": "Faryab", "CountryId": "1", "StateCode": "FYB", "Latitude": "36.0795613", "Longitude": "64.905955"}, {"Id": "3870", "Name": "Ghazni", "CountryId": "1", "StateCode": "GHA", "Latitude": "33.5450587", "Longitude": "68.4173972"}, {"Id": "3888", "Name": "Gh\u014dr", "CountryId": "1", "StateCode": "GHO", "Latitude": "34.0995776", "Longitude": "64.905955"}, {"Id": "3873", "Name": "Helmand", "CountryId": "1", "StateCode": "HEL", "Latitude": "39.2989361", "Longitude": "-76.6160472"}, {"Id": "3887", "Name": "Herat", "CountryId": "1", "StateCode": "HER", "Latitude": "34.352865", "Longitude": "62.2040287"}, {"Id": "3886", "Name": "Jowzjan", "CountryId": "1", "StateCode": "JOW", "Latitude": "36.8969692", "Longitude": "65.6658568"}, {"Id": "3902", "Name": "Kabul", "CountryId": "1", "StateCode": "KAB", "Latitude": "34.5553494", "Longitude": "69.207486"}, {"Id": "3890", "Name": "Kandahar", "CountryId": "1", "StateCode": "KAN", "Latitude": "31.628871", "Longitude": "65.7371749"}, {"Id": "3879", "Name": "Kapisa", "CountryId": "1", "StateCode": "KAP", "Latitude": "34.9810572", "Longitude": "69.6214562"}, {"Id": "3878", "Name": "Khost", "CountryId": "1", "StateCode": "KHO", "Latitude": "33.3338472", "Longitude": "69.9371673"}, {"Id": "3876", "Name": "Kunar", "CountryId": "1", "StateCode": "KNR", "Latitude": "34.8465893", "Longitude": "71.097317"}, {"Id": "3900", "Name": "Kunduz Province", "CountryId": "1", "StateCode": "KDZ", "Latitude": "36.7285511", "Longitude": "68.8678982"}, {"Id": "3891", "Name": "Laghman", "CountryId": "1", "StateCode": "LAG", "Latitude": "34.6897687", "Longitude": "70.1455805"}, {"Id": "3897", "Name": "Logar", "CountryId": "1", "StateCode": "LOG", "Latitude": "34.0145518", "Longitude": "69.1923916"}, {"Id": "3882", "Name": "Nangarhar", "CountryId": "1", "StateCode": "NAN", "Latitude": "34.1718313", "Longitude": "70.6216794"}, {"Id": "3896", "Name": "Nimruz", "CountryId": "1", "StateCode": "NIM", "Latitude": "31.0261488", "Longitude": "62.4504154"}, {"Id": "3880", "Name": "Nuristan", "CountryId": "1", "StateCode": "NUR", "Latitude": "35.3250223", "Longitude": "70.9071236"}, {"Id": "3894", "Name": "Paktia", "CountryId": "1", "StateCode": "PIA", "Latitude": "33.706199", "Longitude": "69.3831079"}, {"Id": "3877", "Name": "Paktika", "CountryId": "1", "StateCode": "PKA", "Latitude": "32.2645386", "Longitude": "68.5247149"}, {"Id": "3881", "Name": "Panjshir", "CountryId": "1", "StateCode": "PAN", "Latitude": "38.8802391", "Longitude": "-77.1717238"}, {"Id": "3895", "Name": "Parwan", "CountryId": "1", "StateCode": "PAR", "Latitude": "34.9630977", "Longitude": "68.8108849"}, {"Id": "3883", "Name": "Samangan", "CountryId": "1", "StateCode": "SAM", "Latitude": "36.3155506", "Longitude": "67.9642863"}, {"Id": "3885", "Name": "Sar-e Pol", "CountryId": "1", "StateCode": "SAR", "Latitude": "36.216628", "Longitude": "65.93336"}, {"Id": "3893", "Name": "Takhar", "CountryId": "1", "StateCode": "TAK", "Latitude": "36.6698013", "Longitude": "69.4784541"}, {"Id": "3898", "Name": "Urozgan", "CountryId": "1", "StateCode": "URU", "Latitude": "32.9271287", "Longitude": "66.1415263"}, {"Id": "3874", "Name": "Zabul", "CountryId": "1", "StateCode": "ZAB", "Latitude": "32.1918782", "Longitude": "67.1894488"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "CountryId": {"type": "string"}, "StateCode": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["CountryId", "Id", "Latitude", "Longitude", "Name", "StateCode"]}} |
854a0a26-8e77-4c70-878f-537ac7617a36/f2f3a37f-c230-4379-9bae-3378e070375c/0/0 | Country State | API contains countries state and cities data. | null | Get Single Country | Return single country data | 200 | Response | {"Id": "1", "Name": "Afghanistan", "CountryCode1": "AFG", "CountryCode2": "AF", "Capital": "Kabul", "Currency": "AFN", "CurrencySymbol": "\u060b", "Region": "Asia", "SubRegion": "Southern Asia", "Latitude": "33", "Longitude": "65"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "CountryCode1": {"type": "string"}, "CountryCode2": {"type": "string"}, "Capital": {"type": "string"}, "Currency": {"type": "string"}, "CurrencySymbol": {"type": "string"}, "Region": {"type": "string"}, "SubRegion": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}}, "required": ["Capital", "CountryCode1", "CountryCode2", "Currency", "CurrencySymbol", "Id", "Latitude", "Longitude", "Name", "Region", "SubRegion"]} |
af6b89b2-a3a5-4177-b90c-96821cba512d/212a02ec-00cb-4b8c-bcab-b8c0e41f75fa/0/0 | CPU Data | Get quick access to data on various CPUs. | 9.2 | cpus/ | Returns a list of all the CPUs. | 200 | Example_1 | [{"Class": "", "Clockspeed": "", "Cores": 0, "ID": 0, "Name": "", "Release": "", "Socket": "", "TDP": "", "Threads": 0, "Turbospeed": ""}] | {"items": {"additionalProperties": false, "properties": {"Class": {"maxLength": 32, "title": "Class", "type": "string"}, "Clockspeed": {"maxLength": 32, "title": "Clockspeed", "type": "string"}, "Cores": {"maximum": 2147483647, "minimum": -2147483648, "title": "Cores", "type": "integer"}, "ID": {"maximum": 2147483647, "minimum": 1, "title": "Id", "type": "integer"}, "Name": {"maxLength": 128, "title": "Name", "type": "string"}, "Release": {"maxLength": 32, "title": "Release", "type": "string"}, "Socket": {"maxLength": 32, "title": "Socket", "type": "string"}, "TDP": {"maxLength": 32, "title": "Tdp", "type": "string"}, "Threads": {"maximum": 2147483647, "minimum": -2147483648, "title": "Threads", "type": "integer"}, "Turbospeed": {"maxLength": 32, "title": "Turbospeed", "type": "string"}}, "required": ["ID", "Name", "Class", "Socket", "Clockspeed", "Turbospeed", "Cores", "Threads", "TDP", "Release"], "title": "CPU", "type": "object"}, "title": "Response Cpus Cpus Get", "type": "array"} |
88b80bd1-c725-4a2a-89f0-bed38d52b7b0/502eff10-0e04-47f8-b6ca-f093a14c1244/0/0 | timedb | Store sensor data in managed/cloud database compatible to InfluxDB. Tested to work with Grafana, Node-RED, and other platforms. Each plan provides data retention up to 10 years. Use webhooks to trigger events in systems like n8n or other low-code environments. | 8.3 | webhooks | Retrieve a list of existing webhooks. | 200 | Response | [{"webhookId": "0x1233456789012345657890", "timestamp": 1665617035215, "query": "SELECT last(\"power\") as \"active_power\" FROM NAP"}, {"webhookId": "0x97261dD5925082B38fE83803d199fe72E16AbB09", "timestamp": 1665617171574, "query": "SELECT last(\"phase1Power\") as \"phase1Power\" FROM NAP"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"webhookId": {"type": "string"}, "timestamp": {"type": "integer"}, "query": {"type": "string"}}, "required": ["query", "timestamp", "webhookId"]}} |
88b80bd1-c725-4a2a-89f0-bed38d52b7b0/197f609e-2c77-44da-88e6-b5498ef1030b/0/0 | timedb | Store sensor data in managed/cloud database compatible to InfluxDB. Tested to work with Grafana, Node-RED, and other platforms. Each plan provides data retention up to 10 years. Use webhooks to trigger events in systems like n8n or other low-code environments. | 8.3 | webhook | Sets a webhook sent each time given query result changes. New query result is posted as payload to webhook url. Query gets evaluated asynchronous to write operation. Default check interval for new results is 15 minutes.
Result includes field webhookId which might be used to update an existing Webhook. | 200 | Response | {"results": [{"time": "2022-10-12T23:25:56.454Z", "phase1Power": 166770}], "resultId": "0x52Fd1905Ea6BC1f0ae0C29132d7B8c83e14F1F35", "webhookId": "0x97261dD5925082B38fE83803d199fe72E16AbB09"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "phase1Power": {"type": "integer"}}, "required": ["phase1Power", "time"]}}, "resultId": {"type": "string"}, "webhookId": {"type": "string"}}, "required": ["resultId", "results", "webhookId"]} |
88b80bd1-c725-4a2a-89f0-bed38d52b7b0/1b4a890e-bd5b-48e0-9346-aa16a9799f41/0/0 | timedb | Store sensor data in managed/cloud database compatible to InfluxDB. Tested to work with Grafana, Node-RED, and other platforms. Each plan provides data retention up to 10 years. Use webhooks to trigger events in systems like n8n or other low-code environments. | 8.3 | provision | Runs provisioning on database(s) causing downsampling of data. Provides connection and retention information for account as a result
Must be run after new measurements or fields are added to datasets (e.q. if new sensor is providing data or additional fields should be stored for existing sensor/measurement). | 200 | Response | {"connect": {"host": "timedb.corrently.cloud", "port": 443, "protocol": "https", "username": "user_USERNAME", "password": "PASSWORD", "database": "td_DBNAME", "influxVersion": "influx 1.8 (compatible)"}, "databases": {"td_DBNAME": {"retention": "1d", "resolution": "raw", "permissions": "ALL"}, "td_DBNAME_90d": {"retention": "90d", "resolution": "15m", "permissions": "READ"}, "td_DBNAME_1y": {"retention": "365d", "resolution": "1h", "permissions": "READ"}, "td_DBNAME_10y": {"retention": "3650d", "resolution": "1d", "permissions": "READ"}}} | {"type": "object", "properties": {"connect": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "protocol": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "influxVersion": {"type": "string"}}}, "databases": {"type": "object", "properties": {"td_DBNAME": {"type": "object", "properties": {"retention": {"type": "string"}, "resolution": {"type": "string"}, "permissions": {"type": "string"}}}, "td_DBNAME_90d": {"type": "object", "properties": {"retention": {"type": "string"}, "resolution": {"type": "string"}, "permissions": {"type": "string"}}}, "td_DBNAME_1y": {"type": "object", "properties": {"retention": {"type": "string"}, "resolution": {"type": "string"}, "permissions": {"type": "string"}}}, "td_DBNAME_10y": {"type": "object", "properties": {"retention": {"type": "string"}, "resolution": {"type": "string"}, "permissions": {"type": "string"}}}}}}} |
88b80bd1-c725-4a2a-89f0-bed38d52b7b0/52764ea0-b58a-4dfa-b191-09dd5e5145dc/0/0 | timedb | Store sensor data in managed/cloud database compatible to InfluxDB. Tested to work with Grafana, Node-RED, and other platforms. Each plan provides data retention up to 10 years. Use webhooks to trigger events in systems like n8n or other low-code environments. | 8.3 | writeMeasurement | writeMeasurement functions similarly to writePoints, but it automatically fills in the measurement value for all points for you. | 200 | Response | {"measurement": "test_times", "points": [{"tags": {"host": "box1.example.com"}, "fields": {"cpu": 20, "mem": 40}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"measurement": {"type": "string"}, "points": {"type": "array", "items": {"type": "object", "properties": {"tags": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "fields": {"type": "object", "properties": {"cpu": {"type": "integer"}, "mem": {"type": "integer"}}, "required": ["cpu", "mem"]}}, "required": ["fields", "tags"]}}}, "required": ["measurement", "points"]} |
88b80bd1-c725-4a2a-89f0-bed38d52b7b0/6407f336-3cb9-408a-a7bb-20f72dd23062/0/0 | timedb | Store sensor data in managed/cloud database compatible to InfluxDB. Tested to work with Grafana, Node-RED, and other platforms. Each plan provides data retention up to 10 years. Use webhooks to trigger events in systems like n8n or other low-code environments. | 8.3 | query | InfluxDB Query (v1.8) | 200 | Response | [{"time": "2022-10-08T00:49:31.463Z", "cpu": 20, "host": "test.example.com", "mem": 40}, {"time": "2022-10-08T00:49:37.365Z", "cpu": 20, "host": "test.example.com", "mem": 40}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "cpu": {"type": "integer"}, "host": {"type": "string"}, "mem": {"type": "integer"}}, "required": ["cpu", "host", "mem", "time"]}} |
b753959b-e80a-4bad-a255-8355627c797c/8636f0b2-52d6-4132-bf61-d3729ca54db9/0/0 | NoCodeForm | Powerful form backend with no code | null | Send form submission | Use this endpoint for send new form submissions | 201 | Form Submission Example | {"formId": "615d47c66da18b1fe866edd9", "submissionId": "616a94f640c32973334346f2", "redirect": "/submission/616a94f640c32973334346f2"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"formId": {"type": "string"}, "submissionId": {"type": "string"}, "redirect": {"type": "string"}}, "required": ["formId", "redirect", "submissionId"]} |
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/c630fa49-9629-42cf-9e0b-21a4cfbf87f2/1/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/keyword | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/c630fa49-9629-42cf-9e0b-21a4cfbf87f2/2/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/keyword | 200 | null | {"data": {"generalizedAddress": "", "mlsNumber": "", "bedRooms": 0, "bathRooms": 0, "salePrice": 0, "rentPrice": 0, "type": "", "yearBuilt": "", "neighborHood": "", "basement": "", "description": "", "originalLinkUrl": "", "linkUrl": "", "newConstruction": true, "rentable": true, "builderName": "", "featuresAndFinishes": "", "createdAt": "", "updatedAt": "", "likes": 0, "views": 0, "slug": "", "address": {"exactAddress": "", "city": "", "houseNumber": "", "lat": 0, "long": 0, "postalCode": ""}, "realEstateBroker": {"name": "", "brokerage": "", "brokerageWebsite": ""}}, "succeeded": true, "pageNumber": 0, "pageSize": 0, "firstPage": "", "lastPage": "", "totalPages": 0, "totalRecords": 0, "nextPage": "", "previousPage": ""} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"generalizedAddress": {"type": ["string", "null"]}, "mlsNumber": {"type": ["string", "null"]}, "bedRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bathRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "salePrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "rentPrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "type": {"type": ["string", "null"]}, "yearBuilt": {"type": ["string", "null"]}, "neighborHood": {"type": ["string", "null"]}, "basement": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "originalLinkUrl": {"type": ["string", "null"]}, "linkUrl": {"type": ["string", "null"]}, "newConstruction": {"type": "boolean"}, "rentable": {"type": "boolean"}, "builderName": {"type": ["string", "null"]}, "featuresAndFinishes": {"type": ["string", "null"]}, "createdAt": {"type": "string", "format": "date-time"}, "updatedAt": {"type": "string", "format": "date-time"}, "likes": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "views": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "slug": {"type": ["string", "null"]}, "address": {"type": "object", "properties": {"exactAddress": {"type": ["string", "null"]}, "city": {"type": ["string", "null"]}, "houseNumber": {"type": ["string", "null"]}, "lat": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "postalCode": {"type": ["string", "null"]}}, "additionalProperties": false}, "realEstateBroker": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "brokerage": {"type": ["string", "null"]}, "brokerageWebsite": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}, "succeeded": {"type": "boolean"}, "pageNumber": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pageSize": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "firstPage": {"type": ["string", "null"], "format": "uri"}, "lastPage": {"type": ["string", "null"], "format": "uri"}, "totalPages": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "totalRecords": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "nextPage": {"type": ["string", "null"], "format": "uri"}, "previousPage": {"type": ["string", "null"], "format": "uri"}}, "additionalProperties": false} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/c630fa49-9629-42cf-9e0b-21a4cfbf87f2/3/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/keyword | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/053e1f47-e602-4602-b0f1-bf211f75bbde/1/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/053e1f47-e602-4602-b0f1-bf211f75bbde/2/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/053e1f47-e602-4602-b0f1-bf211f75bbde/3/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search | 200 | null | {"data": {"generalizedAddress": "", "mlsNumber": "", "bedRooms": 0, "bathRooms": 0, "salePrice": 0, "rentPrice": 0, "type": "", "yearBuilt": "", "neighborHood": "", "basement": "", "description": "", "originalLinkUrl": "", "linkUrl": "", "newConstruction": true, "rentable": true, "builderName": "", "featuresAndFinishes": "", "createdAt": "", "updatedAt": "", "likes": 0, "views": 0, "slug": "", "address": {"exactAddress": "", "city": "", "houseNumber": "", "lat": 0, "long": 0, "postalCode": ""}, "realEstateBroker": {"name": "", "brokerage": "", "brokerageWebsite": ""}}, "succeeded": true, "pageNumber": 0, "pageSize": 0, "firstPage": "", "lastPage": "", "totalPages": 0, "totalRecords": 0, "nextPage": "", "previousPage": ""} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"generalizedAddress": {"type": ["string", "null"]}, "mlsNumber": {"type": ["string", "null"]}, "bedRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bathRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "salePrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "rentPrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "type": {"type": ["string", "null"]}, "yearBuilt": {"type": ["string", "null"]}, "neighborHood": {"type": ["string", "null"]}, "basement": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "originalLinkUrl": {"type": ["string", "null"]}, "linkUrl": {"type": ["string", "null"]}, "newConstruction": {"type": "boolean"}, "rentable": {"type": "boolean"}, "builderName": {"type": ["string", "null"]}, "featuresAndFinishes": {"type": ["string", "null"]}, "createdAt": {"type": "string", "format": "date-time"}, "updatedAt": {"type": "string", "format": "date-time"}, "likes": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "views": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "slug": {"type": ["string", "null"]}, "address": {"type": "object", "properties": {"exactAddress": {"type": ["string", "null"]}, "city": {"type": ["string", "null"]}, "houseNumber": {"type": ["string", "null"]}, "lat": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "postalCode": {"type": ["string", "null"]}}, "additionalProperties": false}, "realEstateBroker": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "brokerage": {"type": ["string", "null"]}, "brokerageWebsite": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}, "succeeded": {"type": "boolean"}, "pageNumber": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pageSize": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "firstPage": {"type": ["string", "null"], "format": "uri"}, "lastPage": {"type": ["string", "null"], "format": "uri"}, "totalPages": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "totalRecords": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "nextPage": {"type": ["string", "null"], "format": "uri"}, "previousPage": {"type": ["string", "null"], "format": "uri"}}, "additionalProperties": false} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/4f1a4ae6-215d-4afe-a0c3-373aeac05de8/0/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/{slug} | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/4f1a4ae6-215d-4afe-a0c3-373aeac05de8/2/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/{slug} | 200 | null | {"generalizedAddress": "", "mlsNumber": "", "bedRooms": 0, "bathRooms": 0, "salePrice": 0, "rentPrice": 0, "type": "", "yearBuilt": "", "neighborHood": "", "basement": "", "description": "", "originalLinkUrl": "", "linkUrl": "", "newConstruction": true, "rentable": true, "builderName": "", "featuresAndFinishes": "", "createdAt": "", "updatedAt": "", "likes": 0, "views": 0, "slug": "", "address": {"exactAddress": "", "city": "", "houseNumber": "", "lat": 0, "long": 0, "postalCode": ""}, "realEstateBroker": {"name": "", "brokerage": "", "brokerageWebsite": ""}} | {"type": "object", "properties": {"generalizedAddress": {"type": ["string", "null"]}, "mlsNumber": {"type": ["string", "null"]}, "bedRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bathRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "salePrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "rentPrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "type": {"type": ["string", "null"]}, "yearBuilt": {"type": ["string", "null"]}, "neighborHood": {"type": ["string", "null"]}, "basement": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "originalLinkUrl": {"type": ["string", "null"]}, "linkUrl": {"type": ["string", "null"]}, "newConstruction": {"type": "boolean"}, "rentable": {"type": "boolean"}, "builderName": {"type": ["string", "null"]}, "featuresAndFinishes": {"type": ["string", "null"]}, "createdAt": {"type": "string", "format": "date-time"}, "updatedAt": {"type": "string", "format": "date-time"}, "likes": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "views": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "slug": {"type": ["string", "null"]}, "address": {"type": "object", "properties": {"exactAddress": {"type": ["string", "null"]}, "city": {"type": ["string", "null"]}, "houseNumber": {"type": ["string", "null"]}, "lat": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "postalCode": {"type": ["string", "null"]}}, "additionalProperties": false}, "realEstateBroker": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "brokerage": {"type": ["string", "null"]}, "brokerageWebsite": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/4f1a4ae6-215d-4afe-a0c3-373aeac05de8/3/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/{slug} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/2375c9bf-c501-4c66-a9c4-c2d5f06c19f0/0/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/{location} | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/2375c9bf-c501-4c66-a9c4-c2d5f06c19f0/1/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/{location} | 200 | null | {"data": {"generalizedAddress": "", "mlsNumber": "", "bedRooms": 0, "bathRooms": 0, "salePrice": 0, "rentPrice": 0, "type": "", "yearBuilt": "", "neighborHood": "", "basement": "", "description": "", "originalLinkUrl": "", "linkUrl": "", "newConstruction": true, "rentable": true, "builderName": "", "featuresAndFinishes": "", "createdAt": "", "updatedAt": "", "likes": 0, "views": 0, "slug": "", "address": {"exactAddress": "", "city": "", "houseNumber": "", "lat": 0, "long": 0, "postalCode": ""}, "realEstateBroker": {"name": "", "brokerage": "", "brokerageWebsite": ""}}, "succeeded": true, "pageNumber": 0, "pageSize": 0, "firstPage": "", "lastPage": "", "totalPages": 0, "totalRecords": 0, "nextPage": "", "previousPage": ""} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"generalizedAddress": {"type": ["string", "null"]}, "mlsNumber": {"type": ["string", "null"]}, "bedRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bathRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "salePrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "rentPrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "type": {"type": ["string", "null"]}, "yearBuilt": {"type": ["string", "null"]}, "neighborHood": {"type": ["string", "null"]}, "basement": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "originalLinkUrl": {"type": ["string", "null"]}, "linkUrl": {"type": ["string", "null"]}, "newConstruction": {"type": "boolean"}, "rentable": {"type": "boolean"}, "builderName": {"type": ["string", "null"]}, "featuresAndFinishes": {"type": ["string", "null"]}, "createdAt": {"type": "string", "format": "date-time"}, "updatedAt": {"type": "string", "format": "date-time"}, "likes": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "views": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "slug": {"type": ["string", "null"]}, "address": {"type": "object", "properties": {"exactAddress": {"type": ["string", "null"]}, "city": {"type": ["string", "null"]}, "houseNumber": {"type": ["string", "null"]}, "lat": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "postalCode": {"type": ["string", "null"]}}, "additionalProperties": false}, "realEstateBroker": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "brokerage": {"type": ["string", "null"]}, "brokerageWebsite": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}, "succeeded": {"type": "boolean"}, "pageNumber": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pageSize": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "firstPage": {"type": ["string", "null"], "format": "uri"}, "lastPage": {"type": ["string", "null"], "format": "uri"}, "totalPages": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "totalRecords": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "nextPage": {"type": ["string", "null"], "format": "uri"}, "previousPage": {"type": ["string", "null"], "format": "uri"}}, "additionalProperties": false} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/2375c9bf-c501-4c66-a9c4-c2d5f06c19f0/3/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/search/{location} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/79edba93-43ec-4f64-bfd0-f698229025f7/0/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/latest | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/79edba93-43ec-4f64-bfd0-f698229025f7/1/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/latest | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
ae5c581f-4269-410d-a01f-3dc6a2b0ade4/79edba93-43ec-4f64-bfd0-f698229025f7/3/0 | Real Estate Search | Are you looking for a way to access and integrate real estate data into your applications? Do you want to create applications that provide users with relevant and up-to-date real estate information? If so, you need our API.
https://www.mirrorrealestate.com/ | 0 | /api/v1/home/latest | 200 | null | {"data": {"generalizedAddress": "", "mlsNumber": "", "bedRooms": 0, "bathRooms": 0, "salePrice": 0, "rentPrice": 0, "type": "", "yearBuilt": "", "neighborHood": "", "basement": "", "description": "", "originalLinkUrl": "", "linkUrl": "", "newConstruction": true, "rentable": true, "builderName": "", "featuresAndFinishes": "", "createdAt": "", "updatedAt": "", "likes": 0, "views": 0, "slug": "", "address": {"exactAddress": "", "city": "", "houseNumber": "", "lat": 0, "long": 0, "postalCode": ""}, "realEstateBroker": {"name": "", "brokerage": "", "brokerageWebsite": ""}}, "succeeded": true, "pageNumber": 0, "pageSize": 0, "firstPage": "", "lastPage": "", "totalPages": 0, "totalRecords": 0, "nextPage": "", "previousPage": ""} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"generalizedAddress": {"type": ["string", "null"]}, "mlsNumber": {"type": ["string", "null"]}, "bedRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bathRooms": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "salePrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "rentPrice": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "type": {"type": ["string", "null"]}, "yearBuilt": {"type": ["string", "null"]}, "neighborHood": {"type": ["string", "null"]}, "basement": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "originalLinkUrl": {"type": ["string", "null"]}, "linkUrl": {"type": ["string", "null"]}, "newConstruction": {"type": "boolean"}, "rentable": {"type": "boolean"}, "builderName": {"type": ["string", "null"]}, "featuresAndFinishes": {"type": ["string", "null"]}, "createdAt": {"type": "string", "format": "date-time"}, "updatedAt": {"type": "string", "format": "date-time"}, "likes": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "views": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "slug": {"type": ["string", "null"]}, "address": {"type": "object", "properties": {"exactAddress": {"type": ["string", "null"]}, "city": {"type": ["string", "null"]}, "houseNumber": {"type": ["string", "null"]}, "lat": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "postalCode": {"type": ["string", "null"]}}, "additionalProperties": false}, "realEstateBroker": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "brokerage": {"type": ["string", "null"]}, "brokerageWebsite": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}, "succeeded": {"type": "boolean"}, "pageNumber": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pageSize": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "firstPage": {"type": ["string", "null"], "format": "uri"}, "lastPage": {"type": ["string", "null"], "format": "uri"}, "totalPages": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "totalRecords": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "nextPage": {"type": ["string", "null"], "format": "uri"}, "previousPage": {"type": ["string", "null"], "format": "uri"}}, "additionalProperties": false} |
|
ace7e76a-7958-4a22-be67-7657d373d52d/c1e174a1-4430-45ef-9a59-1b511d774bc7/0/0 | Shingara Sands | Units | 5.8 | Units | Returns all units. | 200 | Response | [{"unit": 1, "sqm": 80, "price": 475000, "year": 2004, "rsqm": 5937.5}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"unit": {"type": "integer"}, "sqm": {"type": "integer"}, "price": {"type": "integer"}, "year": {"type": "integer"}, "rsqm": {"type": "number"}}, "required": ["price", "rsqm", "sqm", "unit", "year"]}} |
e3e29a13-ef31-4736-8e48-72638371888a/77f25e11-098b-43b6-9e5a-0f47fceea0b2/0/0 | KeyVal Storage | Simple Key-Value DB. | null | set | Set key-value pair.
If you want to auto-generate a key, you can set key as "-" | 201 | Response | {"key": "somekey", "value": "somevalue", "created_at": "2021-09-25T13:05:00.000000Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["created_at", "key", "value"]} |
e3e29a13-ef31-4736-8e48-72638371888a/1d83460c-edf4-4bdb-b633-cc792528acdb/0/0 | KeyVal Storage | Simple Key-Value DB. | null | update | Update a value. | 200 | Response | {"key": "key", "value": "updated_value", "created_at": "2021-09-25T13:04:37.000000Z", "updated_at": "2021-09-25T13:10:55.000000Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["created_at", "key", "updated_at", "value"]} |
e3e29a13-ef31-4736-8e48-72638371888a/b6d5220b-625d-4618-9c6b-16af900c1afc/0/0 | KeyVal Storage | Simple Key-Value DB. | null | get | Get a value. | 200 | Response | {"key": "somekey", "value": "somevalue", "created_at": "2021-09-25T13:05:00.000000Z", "updated_at": "2021-09-25T13:05:00.000000Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["created_at", "key", "updated_at", "value"]} |
793e9b70-5ccc-4fc4-a88d-937cdc4713f1/2a99de1d-e912-446e-a6d9-3980d12467c8/0/0 | testGetApi | test api for project batman | null | testBatmanApi | API for test project batman | 200 | New Example | {"email": "testEmailExample", "name": "testNameExample"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]} |
be34798b-8ab4-47ad-ad3e-d678bebd61b7/36a4560c-1658-4bd1-ac2e-3ba2c8277388/0/0 | Aadhaar verification OKYC | Aadhaar full kyc like name ,photo, address..etc | null | Getcaptcha | get Captcha | 200 | Response | {"status": {"code": "2000", "message": "Captcha fetched successfully."}, "data": {"session_id": "b276403aa8908b98777c0612df5924b3", "captcha_image": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAyAK8DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAooooAKKKKACiiuU+JOsX+geANT1PTJ/IvIPK8uTYrbd0qKeGBHQntTSu7AdXRXinhpvi74p8P2us2PinTI7a537FngQONrlTkCEjqp71a8MfEjxPpXiyz8J+OdPSO6uWVI7sAK2X3bchAUcFtqArtC4OckHFuk9bMdj2GiiisxBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV5XqNn8VdM0y7v5vE2mNFawvM4SJSxVVJOMw9cCvVKxvF3/Il67/2Drj/0W1TJXRMldHmXhbUPiX4u0yW/sPEVjHFHMYSLiBFbcFU9ojxhhW18QodWt/gfqMWu3UN1qS+V500Iwrf6Sm3Hyr/DgdB0p3wQ/wCRLvP+wi//AKLjrf8AiTo9/r/gDU9M0yDz7yfyvLj3qu7bKjHliB0B706O6bYqa2ZR+Dv/ACSrRf8Atv8A+j5K4L9oGCK51bw5BaxJLqUqyoY4lDTOpZBGMD5iC2/aPXdjvVvw0vxd8LeH7XRrHwtpkltbb9jTzoXO5yxyRMB1Y9qveFPhx4h1TxTB4r8fXnnXlvsa2tUkGVdGO0ts+RVGAwVOpbJ7hulWjNzua7O5pf8ACw9W/wCF3/8ACFfZ7L+zf+eux/O/49vN67tv3uPu9PzruPEeozaR4Y1bU7dUaazspriNZASpZELAHBBxketeB+JrjW7X9pC6m8OWcF5qy7PIgnICP/ogDZJZei7j1HT8K6LxHrnxfl8MatHqfhXSIbB7KZbmWOVSyRFDvYfvzyBk9D9DWNiTp/AfxKbWvAl/4l8Sm1s4rS9NuzW0UhULtjwSuWYndJjj2ruNI1ex17S4dS02fz7Obd5cmxlzhip4YA9Qe1fPnhb/AJNw8T/9hRP521dl8OfiN4U0HwHpum6lqvkXkPm+ZH9nlbGZXYcqpHQjvQ0aKF43R6JqXi/QtI1200W+vvK1C82eRD5Ttv3sUX5gpAywI5NXbnWtKsr+GwutTs4Lybb5VvLOqySZOBtUnJyQQMd68M8U+I9J8T/GTwre6Pd/abdJbSJn8t0w4uGJGGAPRh+dUPiDaeJl+L+nRz6jbNfTTxtpUoUbYIzcP5If5OSp5PDfU1dOmpu1yaq5Ej6QorK8NwazbaBbQ+ILuG71Rd/nzwABG+YlcAKvRdo6DpWrWbVmSFFFFIAooooAKKKKACiiigArM8RWk9/4Y1aztk3zz2c0UaZA3MyEAZPA5PetOigDh/hZ4f1Tw54YubPVrX7PO940qp5ivlSiAHKkjqpruKKKSVlYSVlYKKKKYzxb+w9W/wCGm/7W/su9/s3/AJ/Ps7+T/wAee37+Nv3uOvXivT/GME114I1+3t4nlml024SOONSzOxjYAADkkntW1RTuB89aPpWo6R+zx4lt9TsLqymbUkdY7mFo2K7rcZAYA4yDz7Gu6+F3hnQNQ+HOlXV7omm3Nw/nb5ZrSN3bEzgZJGTwAPwrvdX0ix17S5tN1KDz7Obb5ke9lzhgw5Ug9QO9GkaRY6DpcOm6bB5FnDu8uPezYyxY8sSepPehsvn9zl8zxbxxplhpXxr8JwadY21nCzWbmO3iWNS32lhnCgc4A59qPi9c/wBkfFjw1rNzBMbO3igkLIn3/LnZmVScAsARxn+Ieteual4Q0LV9dtNavrHzdQs9nkTea67NjF1+UMAcMSeRWpeWVrqNq9re20NzbyY3wzxh0bByMg8HkA/hV058ruKo+dJdijoHiTSfFFg97o139pt0lMLP5bphwASMMAejD861aq6fpmn6TA0Gm2NtZws28x20KxqWwBnCgDOAOfarVQ7X0JCiiikAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB/9k="}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "data": {"type": "object", "properties": {"session_id": {"type": "string"}, "captcha_image": {"type": "string"}}, "required": ["captcha_image", "session_id"]}}, "required": ["data", "status"]} |
be34798b-8ab4-47ad-ad3e-d678bebd61b7/d277cce4-5adf-4bb0-9a8b-a1dc39525446/0/0 | Aadhaar verification OKYC | Aadhaar full kyc like name ,photo, address..etc | null | Verifyotp | Validate otp | 200 | Example_1 | {"session_id": "28e72cad224fb8c7eb5e4f976005d551", "otp": "702414", "zip_code": "1212", "include_zip_file": true, "include_xml_file": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"session_id": {"type": "string"}, "otp": {"type": "string"}, "zip_code": {"type": "string"}, "include_zip_file": {"type": "boolean"}, "include_xml_file": {"type": "boolean"}}, "required": ["include_xml_file", "include_zip_file", "otp", "session_id", "zip_code"]} |
dcd22e6d-8bf1-4f03-ad87-33090c7ad7c4/e8823657-8c84-48ad-b709-9975b46d79d0/0/0 | USPTO PAIR Law Firm/Legal Status Search | USPTO PAIR Legal Status Search | null | Response | USPTO PAIR Legal Status search for law firms Search Bulk & Real Time | 200 | success | {"_id": "1585444833880.1", "request": {"appNoList": ["12113110", "PCT/US2009/042183"]}, "response": {"responseJSON": {"responseCode": 200, "responseObject": [{"appStatusChanged": false, "applicationFileReference": "8689P054", "applicationNumber": "12113110", "applicationNumberText": "12113110", "applicationTypeCategory": "UTL", "attrnyDktNumber": "8689P054", "correspondentName": "Huawei Technologies Co., Ltd.", "customerNumberText": "97291", "displayMaintenanceFee": true, "fileDt": "1209531600", "filingDate": "04/30/2008", "inventionSubjectMatterCategory": "UTL", "inventionTitle": "HEADSET WITH ORIENTATION AND MOTION DETECTION", "issueDate": "11/27/2012", "issueDt": "1353992400", "patentNumber": "8320578", "patronIdentifier": "97291", "ppairUrl": "http://portal.uspto.gov/pair/PublicPair", "publicIndicator": "Y", "publicStatusDate": "1352264400", "publicStatusNumber": "150", "statusDate": "11/07/2012 00:00:00", "statusDesc": "Patented Case", "title": "HEADSET WITH ORIENTATION AND MOTION DETECTION", "type": "UTL"}, {"appStatusChanged": false, "applicationNumber": "PCT/US2009/042183", "displayMaintenanceFee": false, "error": "NoDataFound"}]}, "status": 200, "statusText": "OK"}, "status": "success", "updated_at": "2020-03-29T01:20:38.055Z"} | {"$schema": "http://json-schema.org/draft-04/schema#", "description": "successResponse", "properties": {"queue_index": {"description": "", "type": "number"}, "status": {"description": "", "type": "string"}}, "required": ["status"]} |
dcd22e6d-8bf1-4f03-ad87-33090c7ad7c4/0e634cd3-fc26-467b-9cf6-ba4db8f54abd/0/0 | USPTO PAIR Law Firm/Legal Status Search | USPTO PAIR Legal Status Search | null | Request | USPTO PAIR Law Firm/Legal Status Search Bulk & Real Time | 200 | null | {"_id": "1587440850917.1", "queue_index": 1, "request": {"appNoList": ["12113110", "PCT/US2009/042183"]}, "status": "", "updated_at": "2020-04-21T03:47:28.659Z"} | {"$schema": "http://json-schema.org/draft-04/schema#", "description": "successResponse", "properties": {"queue_index": {"description": "", "type": "number"}, "status": {"description": "", "type": "string"}}, "required": ["status"]} |
5632a353-f4d5-4138-b3ac-af3af09c89e2/0276d01b-75bf-4c7b-8776-acfd4c325a4b/0/0 | Lista de empresas por segmento | Lista de empresas segmentadas | Leads segmentadas | 1.7 | Pesquisa por campo | Busque uma lista de empresas utilizando outros campos, como: nome, email, telefone, socio, cep.
Campos retornados: CNPJ, localização, UF, Cidade, bairro, nome fantasia e razão social. | 200 | New Example | {"success": true, "data": {"total": 670, "empresas": [{"cnpj": "45.959.445/0001-31", "endereco": "Avenida Candido De Abreu, 526, Conj 1510 Andar 15 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Prk Negocios Digitais Ltda", "bairro": "Centro C\u00edvico", "visualizada": 0}, {"cnpj": "45.896.199/0001-16", "endereco": "Avenida Candido De Abreu, 526, Conj 612 Andar 6 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Luto Siao Planos Funerarios Ltda", "bairro": "Centro C\u00edvico", "visualizada": 0}, {"cnpj": "45.831.878/0001-07", "endereco": "Avenida Candido De Abreu, 526, Conj 806 Andar 08 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Colle Sociedade Individual De Advocacia", "bairro": "Centro Civico", "visualizada": 0}, {"cnpj": "45.593.101/0001-51", "endereco": "Avenida Candido De Abreu 526, 526, Loja 10", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "Casas De Novela", "razaoSocial": "Maria Augusta Silveira De Souza 02924588944", "bairro": "Centro Civico", "visualizada": 0}, {"cnpj": "45.585.630/0001-03", "endereco": "Avenida Candido De Abreu, 526, Conj 1409 Andar 14 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "N.sampaio Sociedade Individual De Advocacia", "bairro": "Centro Civico", "visualizada": 0}, {"cnpj": "42.176.937/0002-43", "endereco": "Avenida Candido De Abreu, 526, Conj 203 Andar 02 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Revir Comercial Ltda.", "bairro": "Centro Civico", "visualizada": 0}, {"cnpj": "45.249.324/0001-04", "endereco": "Avenida Candido De Abreu, 526, Conj 1404 Andar 14 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Rodrigues Construcoes Ltda", "bairro": "Centro C\u00edvico", "visualizada": 0}, {"cnpj": "45.141.923/0001-00", "endereco": "Avenida Candido De Abreu, 526, Loja 08 Andar Tr Cond Centro Cmr Candido Dbloco Candido De Abreu Loj", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Ctba Outlet Comercio Do Vestuario Ltda", "bairro": "Centro C\u00edvico", "visualizada": 0}, {"cnpj": "45.124.349/0001-73", "endereco": "Avenida Candido De Abreu, 526, Conj 305 Andar 03 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "Prime Assessoria Financeira", "razaoSocial": "Diego C Sousa Assessoria Financeira", "bairro": "Centro C\u00edvico", "visualizada": 0}, {"cnpj": "44.869.065/0001-43", "endereco": "Avenida Candido De Abreu, 526, Conj 101 Andar 01 Cond Centro Cmr Candido Dbloco Candido De Abreu Bl", "uf": "PR", "cep": "80530-905", "municipio": "Curitiba", "nomeFantasia": "", "razaoSocial": "Comercial Etna De Alimentos Ltda", "bairro": "Centro C\u00edvico", "visualizada": 0}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "empresas": {"type": "array", "items": {"type": "object", "properties": {"cnpj": {"type": "string"}, "endereco": {"type": "string"}, "uf": {"type": "string"}, "cep": {"type": "string"}, "municipio": {"type": "string"}, "nomeFantasia": {"type": "string"}, "razaoSocial": {"type": "string"}, "bairro": {"type": "string"}, "visualizada": {"type": "integer"}}, "required": ["bairro", "cep", "cnpj", "endereco", "municipio", "nomeFantasia", "razaoSocial", "uf", "visualizada"]}}}, "required": ["empresas", "total"]}}, "required": ["data", "success"]} |
5632a353-f4d5-4138-b3ac-af3af09c89e2/1db80190-28b8-4139-8886-76404b3775bf/0/0 | Lista de empresas por segmento | Lista de empresas segmentadas | Leads segmentadas | 1.7 | Detalhes empresa | Detalhes da empresa utilizando o CNPJ. Dados retornados:
CNPJ
Razão social
Nome fantasia
Data criação
Status empresa
Natureza jurídica
CNAE principal
CNAEs secundários
Porte empresa
Endereço
Telefone
E-mail
Quadro de sócios e administradores
Participações em outras empresas | 200 | New Example | {"status": true, "mensagem": "", "dados": {"cnpj": "45973106000100", "razao_social": "ANA CAROLINA KOCZKODAY SANTAMARIA 07772537980", "nome_fantasia": "ANA CAROLINA K. SANTAMARIA", "data_criacao": "09/04/2022", "natureza_juridica": "2135 - EMPRESARIO", "cnae_principal": "7319002 - Promo\u00e7\u00e3o de vendas", "data_situacao": "05/07/2022", "situacao": "Baixada", "porte": "Micro empresa", "capital_social": "R$ 100,00", "endereco": {"logradouro": "RUA CARINI", "numero": "1656", "complemento": "", "bairro": "RESIDENCIAL FLORENCA", "cep": "78555398", "uf": "MT", "municipio": "SINOP"}, "telefones": ["66 96104336"], "email": "[email protected]", "cnaes_secundarios": []}, "socios": [{"documento_socio": "07772537980", "nome_socio": "ANA CAROLINA KOCZKODAY SANTAMARIA", "data_entrada": "09/04/2022", "qualificacao": "EMPRES\u00c1RIO"}], "participacoes": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "mensagem": {"type": "string"}, "dados": {"type": "object", "properties": {"cnpj": {"type": "string"}, "razao_social": {"type": "string"}, "nome_fantasia": {"type": "string"}, "data_criacao": {"type": "string"}, "natureza_juridica": {"type": "string"}, "cnae_principal": {"type": "string"}, "data_situacao": {"type": "string"}, "situacao": {"type": "string"}, "porte": {"type": "string"}, "capital_social": {"type": "string"}, "endereco": {"type": "object", "properties": {"logradouro": {"type": "string"}, "numero": {"type": "string"}, "complemento": {"type": "string"}, "bairro": {"type": "string"}, "cep": {"type": "string"}, "uf": {"type": "string"}, "municipio": {"type": "string"}}, "required": ["bairro", "cep", "complemento", "logradouro", "municipio", "numero", "uf"]}, "telefones": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "cnaes_secundarios": {"type": "array"}}, "required": ["capital_social", "cnae_principal", "cnaes_secundarios", "cnpj", "data_criacao", "data_situacao", "email", "endereco", "natureza_juridica", "nome_fantasia", "porte", "razao_social", "situacao", "telefones"]}, "socios": {"type": "array", "items": {"type": "object", "properties": {"documento_socio": {"type": "string"}, "nome_socio": {"type": "string"}, "data_entrada": {"type": "string"}, "qualificacao": {"type": "string"}}, "required": ["data_entrada", "documento_socio", "nome_socio", "qualificacao"]}}, "participacoes": {"type": "array"}}, "required": ["dados", "mensagem", "participacoes", "socios", "status"]} |
5632a353-f4d5-4138-b3ac-af3af09c89e2/e586492d-08bc-4e78-b62a-05067f9bf4c9/0/0 | Lista de empresas por segmento | Lista de empresas segmentadas | Leads segmentadas | 1.7 | CNAE ou localização | Busque uma lista de empresas filtrando pelo CNAE ou localização. Você pode filtrar usando apenas CNAE tendo abrangência nacional, filtrar usando apenas a localização, ou utilizar ambos os filtros combinados. Dados retornados da empresa:
CNPJ, endereço, UF, cidade, razão social e nome fantasia. | 200 | New Example | {"success": true, "data": {"total": 12, "empresas": [{"cnpj": "39.929.504/0001-26", "endereco": "Rua Adis Abeba, 358, Casa 2", "uf": "PR", "cep": "83405-570", "municipio": "Colombo", "nomeFantasia": "Air Servicos Ltda", "razaoSocial": "Air Servicos Ltda", "bairro": "Rio Verde", "visualizada": 0}, {"cnpj": "39.689.069/0001-00", "endereco": "Rodovia Da Uva, 5597, Apt 4 Sala C", "uf": "PR", "cep": "83401-520", "municipio": "Colombo", "nomeFantasia": "Fermazzi", "razaoSocial": "Fermazzi Agronegocios E Transportes Ltda", "bairro": "Arruda", "visualizada": 0}, {"cnpj": "20.938.027/0002-18", "endereco": "Rua Rio Sao Francisco, 33", "uf": "PR", "cep": "83403-400", "municipio": "Colombo", "nomeFantasia": "", "razaoSocial": "Couro Do Brasil - Eireli", "bairro": "Roca Grande", "visualizada": 0}, {"cnpj": "12.551.310/0001-83", "endereco": "Rua Manoel Carvalho, 287", "uf": "PR", "cep": "83402-130", "municipio": "Colombo", "nomeFantasia": "Ddtudo - Unidade Curitiba", "razaoSocial": "Egpec - Comercio, Engenharia E Agropecuaria Ltda", "bairro": "Roca Grande", "visualizada": 0}, {"cnpj": "09.205.775/0001-78", "endereco": "Rua Presidente Faria, 2529", "uf": "PR", "cep": "83411-050", "municipio": "Colombo", "nomeFantasia": "Florestal Yellow Bull", "razaoSocial": "Agro Florestal Yellow Bull S/a", "bairro": "Vila Rosemari Galvao", "visualizada": 0}, {"cnpj": "09.208.691/0001-98", "endereco": "Rua Presidente Faria, 2529", "uf": "PR", "cep": "83411-050", "municipio": "Colombo", "nomeFantasia": "Florestal Gold Bull", "razaoSocial": "Agro Florestal Gold Bull S/a", "bairro": "Vila Rosemari Galvao", "visualizada": 0}, {"cnpj": "09.261.582/0001-34", "endereco": "Rua Presidente Faria, 2529", "uf": "PR", "cep": "83411-050", "municipio": "Colombo", "nomeFantasia": "Florestal Silverliptus", "razaoSocial": "Agro Florestal Silverliptus S/a", "bairro": "Vila Rosemari Galvao", "visualizada": 0}, {"cnpj": "09.092.394/0001-20", "endereco": "Rua Presidente Faria, 2529", "uf": "PR", "cep": "83411-050", "municipio": "Colombo", "nomeFantasia": "Florestal Greenliptus", "razaoSocial": "Agro Florestal Greenliptus S/a", "bairro": "Colonia Faria", "visualizada": 0}, {"cnpj": "00.655.089/0001-24", "endereco": "Rua Geovane De A Bianchini, 562", "uf": "PR", "cep": "83413-000", "municipio": "Colombo", "nomeFantasia": "", "razaoSocial": "Tocantins Ind E Com De Barcos Ltda", "bairro": "C Indust Maua", "visualizada": 0}, {"cnpj": "78.554.904/0002-37", "endereco": "Null Loc Cachoeira, 0", "uf": "PR", "cep": "83413-575", "municipio": "Colombo", "nomeFantasia": "", "razaoSocial": "Bouganville Agropastoril S/a.", "bairro": "Roca Grande", "visualizada": 0}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "empresas": {"type": "array", "items": {"type": "object", "properties": {"cnpj": {"type": "string"}, "endereco": {"type": "string"}, "uf": {"type": "string"}, "cep": {"type": "string"}, "municipio": {"type": "string"}, "nomeFantasia": {"type": "string"}, "razaoSocial": {"type": "string"}, "bairro": {"type": "string"}, "visualizada": {"type": "integer"}}, "required": ["bairro", "cep", "cnpj", "endereco", "municipio", "nomeFantasia", "razaoSocial", "uf", "visualizada"]}}}, "required": ["empresas", "total"]}}, "required": ["data", "success"]} |
6fc77832-22a8-42df-a020-3b76f66b0d53/9150486c-d514-425d-8043-0714c136551e/0/0 | Auth100 | Secure Auth API. Create users and manage them. JWT login system. Huge relationship DataBase with SQL. | 0.1 | Get user by uuid | Get any user by uuid | 200 | New Example | {"result": {"createdAt": "2021-10-12T02:44:44.000Z", "updateAt": "2021-10-12T03:00:12.000Z", "id": 3, "email": "[email protected]", "emailToVerificate": "[email protected]", "verificationAt": "2021-10-11T20:45:08.000Z", "password": "$2b$10$4yTa9epEmXUR./vzl.cte.i21c4qpRSBxq5U5F.968fgabbqGf2iq", "verificationCode": "8047", "verificationCodePassword": null, "active": true, "uuid": "fdb2675c-0407-466e-9f2b-909078d38cee", "refreshToken": null, "rol": {"id": 1, "description": "USER", "enable": true}, "country": {"id": 11, "name": "Argentina", "acronym": "AR", "iso": "54"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"createdAt": {"type": "string"}, "updateAt": {"type": "string"}, "id": {"type": "integer"}, "email": {"type": "string"}, "emailToVerificate": {"type": "string"}, "verificationAt": {"type": "string"}, "password": {"type": "string"}, "verificationCode": {"type": "string"}, "verificationCodePassword": {"type": "null"}, "active": {"type": "boolean"}, "uuid": {"type": "string"}, "refreshToken": {"type": "null"}, "rol": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "enable": {"type": "boolean"}}, "required": ["description", "enable", "id"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "acronym": {"type": "string"}, "iso": {"type": "string"}}, "required": ["acronym", "id", "iso", "name"]}}, "required": ["active", "country", "createdAt", "email", "emailToVerificate", "id", "password", "refreshToken", "rol", "updateAt", "uuid", "verificationAt", "verificationCode", "verificationCodePassword"]}}, "required": ["result"]} |
6fc77832-22a8-42df-a020-3b76f66b0d53/254c949b-a825-4500-860f-ff325682085b/0/0 | Auth100 | Secure Auth API. Create users and manage them. JWT login system. Huge relationship DataBase with SQL. | 0.1 | Delete user by uuid | Put on "False" userActive value. | 200 | New Example | {"result": {"id": 3}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}}, "required": ["result"]} |
6fc77832-22a8-42df-a020-3b76f66b0d53/5179f9ec-b3cb-4f85-8b23-7cf56fe37933/0/0 | Auth100 | Secure Auth API. Create users and manage them. JWT login system. Huge relationship DataBase with SQL. | 0.1 | User Login | User login and get accessToken and set refreshToken | 200 | New Example | {"result": {"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sIjoxLCJpYXQiOjE2MzQwMDA3NTUsImV4cCI6MTYzNDAwMTM1NX0.AMX2s5_MkJY0X_OHqe6P2bB9dbepp0ZgGxldgOWU4TQ", "refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sIjoxLCJpYXQiOjE2MzQwMDA3NTV9.5dBI7TORoESRZIHAxuxtY2By_tVr5fDEZGRlDILVsh8"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"accessToken": {"type": "string"}, "refreshToken": {"type": "string"}}, "required": ["accessToken", "refreshToken"]}}, "required": ["result"]} |
6fc77832-22a8-42df-a020-3b76f66b0d53/98a199fd-d690-4280-96a5-e8b9fd24390e/0/0 | Auth100 | Secure Auth API. Create users and manage them. JWT login system. Huge relationship DataBase with SQL. | 0.1 | Delete user by id | Put on "False" userActive value. | 200 | New Example | {"result": {"createdAt": "2021-10-12T02:44:44.000Z", "updateAt": "2021-10-12T03:00:12.000Z", "id": 3, "email": "[email protected]", "emailToVerificate": "[email protected]", "verificationAt": "2021-10-11T20:45:08.000Z", "password": "$2b$10$4yTa9epEmXUR./vzl.cte.i21c4qpRSBxq5U5F.968fgabbqGf2iq", "verificationCode": "8047", "verificationCodePassword": null, "active": true, "uuid": "fdb2675c-0407-466e-9f2b-909078d38cee", "refreshToken": null, "rol": {"id": 1, "description": "USER", "enable": true}, "country": {"id": 11, "name": "Argentina", "acronym": "AR", "iso": "54"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"createdAt": {"type": "string"}, "updateAt": {"type": "string"}, "id": {"type": "integer"}, "email": {"type": "string"}, "emailToVerificate": {"type": "string"}, "verificationAt": {"type": "string"}, "password": {"type": "string"}, "verificationCode": {"type": "string"}, "verificationCodePassword": {"type": "null"}, "active": {"type": "boolean"}, "uuid": {"type": "string"}, "refreshToken": {"type": "null"}, "rol": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "enable": {"type": "boolean"}}, "required": ["description", "enable", "id"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "acronym": {"type": "string"}, "iso": {"type": "string"}}, "required": ["acronym", "id", "iso", "name"]}}, "required": ["active", "country", "createdAt", "email", "emailToVerificate", "id", "password", "refreshToken", "rol", "updateAt", "uuid", "verificationAt", "verificationCode", "verificationCodePassword"]}}, "required": ["result"]} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.