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
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/2f0ca987-d0e8-441b-8c4f-c09e4750dad4/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
unconfirmedTransactions
200
null
[{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false}]
{"type": "array", "items": {"type": "object", "required": ["amount", "attachment", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}}, "description": "Unconfirmed Transaction class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/f60d9899-a8e5-42de-8ed1-8c89bbcfab4c/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsFromTo
200
null
[{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "senderPublicName": "", "recipientPublicName": ""}]
{"type": "array", "items": {"type": "object", "required": ["amount", "attachment", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "recipientPublicName", "sender", "senderPublicKey", "senderPublicName", "signature", "signatureHash", "subtype", "timestamp", "transaction", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "senderPublicName": {"type": "string", "description": "Sender public name"}, "recipientPublicName": {"type": "string", "description": "Recipient public name"}}, "description": "Transaction Extended class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/3831b4ac-0fb8-45b3-ab33-b23876aaf610/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transfer
transfer
200
Example_1
{"signatureHash": "", "transaction": "", "fullHash": "", "transactionBytes": "", "broadcasted": false, "transactionJSON": {"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}, "unsignedTransactionBytes": ""}
{"type": "object", "required": ["broadcasted", "transactionJSON", "unsignedTransactionBytes"], "properties": {"signatureHash": {"type": "string", "description": "SHA-256 hash of the transaction signature (only when secretPhrase sent to server)"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction (only when secretPhrase sent to server)"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction (only when secretPhrase sent to server)"}, "transactionBytes": {"type": "string", "description": "The signed transaction bytes (only when secretPhrase sent to server)"}, "broadcasted": {"type": "boolean", "description": "True if the transaction was broadcast, false otherwise", "default": false}, "transactionJSON": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in \u03b8 (1 OTC equals \u03b8.00000001 OTC) of the transaction"}, "fee": {"type": "string", "description": "The fee in \u03b8 (1 OTC equals \u03b8.00000001 OTC) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}, "unsignedTransactionBytes": {"type": "string", "description": "The unsigned transaction bytes as HEX string"}}, "description": "Create transaction response"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/47152f9f-1f95-4203-b377-24c4f36ecf75/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsAllCount
200
null
{"count": 0}
{"type": "object", "required": ["count"], "properties": {"count": {"type": "integer", "format": "int32", "description": "The count value", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Count class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/13b7d019-707c-4458-87c2-264110fff8fe/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
assetProtocol1
Protocol 1 assets enforce unique symbol names
200
null
{"asset": "", "decimals": 0, "name": "", "symbol": ""}
{"type": "object", "properties": {"asset": {"type": "string"}, "decimals": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "symbol": {"type": "string"}}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/b0bcb60e-8b11-469e-8cc3-aa528052290a/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsAccount
200
null
[{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "senderPublicName": "", "recipientPublicName": ""}]
{"type": "array", "items": {"type": "object", "required": ["amount", "attachment", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "recipientPublicName", "sender", "senderPublicKey", "senderPublicName", "signature", "signatureHash", "subtype", "timestamp", "transaction", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "senderPublicName": {"type": "string", "description": "Sender public name"}, "recipientPublicName": {"type": "string", "description": "Recipient public name"}}, "description": "Transaction Extended class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/7e137524-4ab7-4c04-9f33-4daff016c9b7/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsAll
200
null
[{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "senderPublicName": "", "recipientPublicName": ""}]
{"type": "array", "items": {"type": "object", "required": ["amount", "attachment", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "recipientPublicName", "sender", "senderPublicKey", "senderPublicName", "signature", "signatureHash", "subtype", "timestamp", "transaction", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "senderPublicName": {"type": "string", "description": "Sender public name"}, "recipientPublicName": {"type": "string", "description": "Recipient public name"}}, "description": "Transaction Extended class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/8dba1d2d-8b14-41ed-9bca-66dbb3604151/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsBlock
200
null
[{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "senderPublicName": "", "recipientPublicName": ""}]
{"type": "array", "items": {"type": "object", "required": ["amount", "attachment", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "recipientPublicName", "sender", "senderPublicKey", "senderPublicName", "signature", "signatureHash", "subtype", "timestamp", "transaction", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "senderPublicName": {"type": "string", "description": "Sender public name"}, "recipientPublicName": {"type": "string", "description": "Recipient public name"}}, "description": "Transaction Extended class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/a6c328c5-842f-4ea0-b38b-71883cd774a4/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
assetCertification
200
null
{"asset": "", "certified": false, "symbol": "", "name": "", "certifierAccount": ""}
{"type": "object", "required": ["asset", "certified", "certifierAccount", "name", "symbol"], "properties": {"asset": {"type": "string", "description": "Asset id"}, "certified": {"type": "boolean", "description": "Certified status [true,false]", "default": false}, "symbol": {"type": "string", "description": "Certified asset assigned symbol"}, "name": {"type": "string", "description": "Certified asset assigned name"}, "certifierAccount": {"type": "string", "description": "Certifier account id"}}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/c22af798-7d7f-48a1-b6c9-4e883ffb2ac6/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
marketsAll
marketsAll
200
Example_1
[{"currency": "", "asset": "", "lastPrice": "", "hr24Change": "", "hr24High": "", "hr24Low": "", "hr24CurrencyVolume": "", "hr24AssetVolume": "", "askOrderTotal": "", "bidOrderTotal": "", "currencyProperties": "", "assetProperties": "", "currencyDecimals": 0, "assetDecimals": 0}]
{"type": "array", "items": {"type": "object", "required": ["askOrderTotal", "asset", "bidOrderTotal", "currency", "hr24AssetVolume", "hr24Change", "hr24CurrencyVolume", "hr24High", "hr24Low", "lastPrice"], "properties": {"currency": {"type": "string", "description": "Currency id"}, "asset": {"type": "string", "description": "Asset id"}, "lastPrice": {"type": "string", "description": "Last price"}, "hr24Change": {"type": "string", "description": "24 hour change percentage (double)"}, "hr24High": {"type": "string", "description": "24 hour high"}, "hr24Low": {"type": "string", "description": "24 hour low"}, "hr24CurrencyVolume": {"type": "string", "description": "24 hour currency volume"}, "hr24AssetVolume": {"type": "string", "description": "24 hour asset volume"}, "askOrderTotal": {"type": "string", "description": "Total amount of all ask orders"}, "bidOrderTotal": {"type": "string", "description": "Total amount of all bid orders"}, "currencyProperties": {"type": "string", "description": "Currency properties based on protocol and account id"}, "assetProperties": {"type": "string", "description": "Asset properties based on protocol and account id"}, "currencyDecimals": {"type": "integer", "format": "int32", "description": "Currency decimals", "minimum": -2147483648, "maximum": 2147483647}, "assetDecimals": {"type": "integer", "format": "int32", "description": "Asset decimals", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Market class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/0782d003-ce6c-4d85-aaf9-ce7ea7dd90a2/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
issueMore
issueMore
200
Example_1
{"signatureHash": "", "transaction": "", "fullHash": "", "transactionBytes": "", "broadcasted": false, "transactionJSON": {"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}, "unsignedTransactionBytes": ""}
{"type": "object", "required": ["broadcasted", "transactionJSON", "unsignedTransactionBytes"], "properties": {"signatureHash": {"type": "string", "description": "SHA-256 hash of the transaction signature (only when secretPhrase sent to server)"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction (only when secretPhrase sent to server)"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction (only when secretPhrase sent to server)"}, "transactionBytes": {"type": "string", "description": "The signed transaction bytes (only when secretPhrase sent to server)"}, "broadcasted": {"type": "boolean", "description": "True if the transaction was broadcast, false otherwise", "default": false}, "transactionJSON": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in OTC (1 OTC equals \u03b8.00000001 ) of the transaction"}, "fee": {"type": "string", "description": "The fee in OTC (1 OTC equals \u03b8.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}, "unsignedTransactionBytes": {"type": "string", "description": "The unsigned transaction bytes as HEX string"}}, "description": "Create transaction response"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/621390ed-9251-440c-97e6-2855adfafa16/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
assetCertify
assetCertify
200
Example_1
{"signatureHash": "", "transaction": "", "fullHash": "", "transactionBytes": "", "broadcasted": false, "transactionJSON": {"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}, "unsignedTransactionBytes": ""}
{"type": "object", "required": ["broadcasted", "transactionJSON", "unsignedTransactionBytes"], "properties": {"signatureHash": {"type": "string", "description": "SHA-256 hash of the transaction signature (only when secretPhrase sent to server)"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction (only when secretPhrase sent to server)"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction (only when secretPhrase sent to server)"}, "transactionBytes": {"type": "string", "description": "The signed transaction bytes (only when secretPhrase sent to server)"}, "broadcasted": {"type": "boolean", "description": "True if the transaction was broadcast, false otherwise", "default": false}, "transactionJSON": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}, "unsignedTransactionBytes": {"type": "string", "description": "The unsigned transaction bytes as HEX string"}}, "description": "Create transaction response"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/c5eb983a-3e6f-4fec-88a7-439653e38bf3/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
assetsProtocol1
Protocol 1 assets enforce unique symbol names
200
null
[{"asset": "", "decimals": 0, "name": "", "symbol": ""}]
{"type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}, "decimals": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "symbol": {"type": "string"}}}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/6e1c9c71-761b-44a8-9663-178a268cd771/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transaction
200
null
{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}
{"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/def0a316-09e5-4d72-b0d4-c38f1c36e7b8/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
market
market
200
Example_1
[{"currency": "", "asset": "", "lastPrice": "", "hr24Change": "", "hr24High": "", "hr24Low": "", "hr24CurrencyVolume": "", "hr24AssetVolume": "", "askOrderTotal": "", "bidOrderTotal": "", "currencyProperties": "", "assetProperties": "", "currencyDecimals": 0, "assetDecimals": 0}]
{"type": "array", "items": {"type": "object", "required": ["askOrderTotal", "asset", "bidOrderTotal", "currency", "hr24AssetVolume", "hr24Change", "hr24CurrencyVolume", "hr24High", "hr24Low", "lastPrice"], "properties": {"currency": {"type": "string", "description": "Currency id"}, "asset": {"type": "string", "description": "Asset id"}, "lastPrice": {"type": "string", "description": "Last price"}, "hr24Change": {"type": "string", "description": "24 hour change percentage (double)"}, "hr24High": {"type": "string", "description": "24 hour high"}, "hr24Low": {"type": "string", "description": "24 hour low"}, "hr24CurrencyVolume": {"type": "string", "description": "24 hour currency volume"}, "hr24AssetVolume": {"type": "string", "description": "24 hour asset volume"}, "askOrderTotal": {"type": "string", "description": "Total amount of all ask orders"}, "bidOrderTotal": {"type": "string", "description": "Total amount of all bid orders"}, "currencyProperties": {"type": "string", "description": "Currency properties based on protocol and account id"}, "assetProperties": {"type": "string", "description": "Asset properties based on protocol and account id"}, "currencyDecimals": {"type": "integer", "format": "int32", "description": "Currency decimals", "minimum": -2147483648, "maximum": 2147483647}, "assetDecimals": {"type": "integer", "format": "int32", "description": "Asset decimals", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Market class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/bcd3ee48-4b87-4874-9c63-6330742e7c7f/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
block
200
null
{"previousBlockHash": "", "payloadLength": 0, "totalAmountHQT": "", "generationSignature": "", "generator": "", "generatorPublicName": "", "generatorPublicKey": "", "baseTarget": "", "payloadHash": "", "nextBlock": "", "numberOfTransactions": 0, "blockSignature": "", "transactions": [{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}], "version": 0, "totalFeeHQT": "", "previousBlock": "", "cumulativeDifficulty": "", "block": "", "height": 0, "timestamp": 0, "popRewardHQT": "", "posRewardHQT": ""}
{"type": "object", "required": ["baseTarget", "block", "blockSignature", "cumulativeDifficulty", "generationSignature", "generator", "generatorPublicKey", "generatorPublicName", "height", "nextBlock", "numberOfTransactions", "payloadHash", "payloadLength", "popRewardHQT", "posRewardHQT", "previousBlock", "previousBlockHash", "timestamp", "totalAmountHQT", "totalFeeHQT", "transactions", "version"], "properties": {"previousBlockHash": {"type": "string", "description": "The 32-byte hash of the previous block (as HEX string)"}, "payloadLength": {"type": "integer", "format": "int32", "description": "The length (in bytes) of all transactions included in the block", "minimum": -2147483648, "maximum": 2147483647}, "totalAmountHQT": {"type": "string", "description": "The total amount in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "generationSignature": {"type": "string", "description": "The 32-byte generation signature of the generating account"}, "generator": {"type": "string", "description": "The generating account number"}, "generatorPublicName": {"type": "string", "description": "The generator public name"}, "generatorPublicKey": {"type": "string", "description": "The 32-byte public key of the generating account (as HEX string)"}, "baseTarget": {"type": "string", "description": "The base target for the next block generation"}, "payloadHash": {"type": "string", "description": "The 32-byte hash of the payload (all transactions as HEX string)"}, "nextBlock": {"type": "string", "description": "The next block ID"}, "numberOfTransactions": {"type": "integer", "format": "int32", "description": "The number of transactions in the block", "minimum": -2147483648, "maximum": 2147483647}, "blockSignature": {"type": "string", "description": "The 64-byte block signature (as HEX string)"}, "transactions": {"type": "array", "description": "An array of transaction IDs or transaction objects (if includeTransactions provided, refer to Get Transaction for details)", "items": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}}, "version": {"type": "integer", "format": "int32", "description": "The block version", "minimum": -2147483648, "maximum": 2147483647}, "totalFeeHQT": {"type": "string", "description": "The total fee in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "previousBlock": {"type": "string", "description": "The previous block ID"}, "cumulativeDifficulty": {"type": "string", "description": "The cumulative difficulty for the next block generation"}, "block": {"type": "string", "description": "The block ID"}, "height": {"type": "integer", "format": "int32", "description": "The zero-based block height", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}, "popRewardHQT": {"type": "string", "description": "The total POP fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "posRewardHQT": {"type": "string", "description": "The total POS miner fee in HQT (1 HQT equals 0.00000001 HEAT)"}}, "description": "Block class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/53c4460c-9595-4ad7-bc17-56beced98d0a/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsAccountCount
200
null
{"count": 0}
{"type": "object", "required": ["count"], "properties": {"count": {"type": "integer", "format": "int32", "description": "The count value", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Count class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/29d228fc-c707-4ab5-9cfc-ea737ba824b4/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
issue
issue
200
Example_1
{"signatureHash": "", "transaction": "", "fullHash": "", "transactionBytes": "", "broadcasted": false, "transactionJSON": {"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}, "unsignedTransactionBytes": ""}
{"type": "object", "required": ["broadcasted", "transactionJSON", "unsignedTransactionBytes"], "properties": {"signatureHash": {"type": "string", "description": "SHA-256 hash of the transaction signature (only when secretPhrase sent to server)"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction (only when secretPhrase sent to server)"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction (only when secretPhrase sent to server)"}, "transactionBytes": {"type": "string", "description": "The signed transaction bytes (only when secretPhrase sent to server)"}, "broadcasted": {"type": "boolean", "description": "True if the transaction was broadcast, false otherwise", "default": false}, "transactionJSON": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in \u03b8 (1 \u03b8 equals \u03b8.00000001) of the transaction"}, "fee": {"type": "string", "description": "The fee in \u03b8 (1 \u03b8 equals \u03b8.00000001) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}, "unsignedTransactionBytes": {"type": "string", "description": "The unsigned transaction bytes as HEX string"}}, "description": "Create transaction response"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/5226267f-b4ad-46d9-a3fc-0479db7bd271/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
accountBlocksCount
200
null
{"count": 0}
{"type": "object", "required": ["count"], "properties": {"count": {"type": "integer", "format": "int32", "description": "The count value", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Count class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/1d7246bd-070d-4a21-83ab-fcba33a5ff44/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
ecblock
200
null
{"previousBlockHash": "", "payloadLength": 0, "totalAmountHQT": "", "generationSignature": "", "generator": "", "generatorPublicName": "", "generatorPublicKey": "", "baseTarget": "", "payloadHash": "", "nextBlock": "", "numberOfTransactions": 0, "blockSignature": "", "transactions": [{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}], "version": 0, "totalFeeHQT": "", "previousBlock": "", "cumulativeDifficulty": "", "block": "", "height": 0, "timestamp": 0, "popRewardHQT": "", "posRewardHQT": ""}
{"type": "object", "required": ["baseTarget", "block", "blockSignature", "cumulativeDifficulty", "generationSignature", "generator", "generatorPublicKey", "generatorPublicName", "height", "nextBlock", "numberOfTransactions", "payloadHash", "payloadLength", "popRewardHQT", "posRewardHQT", "previousBlock", "previousBlockHash", "timestamp", "totalAmountHQT", "totalFeeHQT", "transactions", "version"], "properties": {"previousBlockHash": {"type": "string", "description": "The 32-byte hash of the previous block (as HEX string)"}, "payloadLength": {"type": "integer", "format": "int32", "description": "The length (in bytes) of all transactions included in the block", "minimum": -2147483648, "maximum": 2147483647}, "totalAmountHQT": {"type": "string", "description": "The total amount in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "generationSignature": {"type": "string", "description": "The 32-byte generation signature of the generating account"}, "generator": {"type": "string", "description": "The generating account number"}, "generatorPublicName": {"type": "string", "description": "The generator public name"}, "generatorPublicKey": {"type": "string", "description": "The 32-byte public key of the generating account (as HEX string)"}, "baseTarget": {"type": "string", "description": "The base target for the next block generation"}, "payloadHash": {"type": "string", "description": "The 32-byte hash of the payload (all transactions as HEX string)"}, "nextBlock": {"type": "string", "description": "The next block ID"}, "numberOfTransactions": {"type": "integer", "format": "int32", "description": "The number of transactions in the block", "minimum": -2147483648, "maximum": 2147483647}, "blockSignature": {"type": "string", "description": "The 64-byte block signature (as HEX string)"}, "transactions": {"type": "array", "description": "An array of transaction IDs or transaction objects (if includeTransactions provided, refer to Get Transaction for details)", "items": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}}, "version": {"type": "integer", "format": "int32", "description": "The block version", "minimum": -2147483648, "maximum": 2147483647}, "totalFeeHQT": {"type": "string", "description": "The total fee in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "previousBlock": {"type": "string", "description": "The previous block ID"}, "cumulativeDifficulty": {"type": "string", "description": "The cumulative difficulty for the next block generation"}, "block": {"type": "string", "description": "The block ID"}, "height": {"type": "integer", "format": "int32", "description": "The zero-based block height", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}, "popRewardHQT": {"type": "string", "description": "The total POP fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "posRewardHQT": {"type": "string", "description": "The total POS miner fee in HQT (1 HQT equals 0.00000001 HEAT)"}}, "description": "Block class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/4d04f8d2-1645-4484-92f9-c830ed2a9940/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
accountBlocks
200
null
[{"totalAmountHQT": "", "generator": "", "generatorPublicName": "", "numberOfTransactions": 0, "totalFeeHQT": "", "block": "", "height": 0, "timestamp": 0, "posRewardHQT": "", "popRewardHQT": "", "transactions": [{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}]}]
{"type": "array", "items": {"type": "object", "required": ["block", "generator", "generatorPublicName", "height", "numberOfTransactions", "popRewardHQT", "posRewardHQT", "timestamp", "totalAmountHQT", "totalFeeHQT", "transactions"], "properties": {"totalAmountHQT": {"type": "string", "description": "The total amount in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "generator": {"type": "string", "description": "The generating account number"}, "generatorPublicName": {"type": "string", "description": "The generator public name"}, "numberOfTransactions": {"type": "integer", "format": "int32", "description": "The number of transactions in the block", "minimum": -2147483648, "maximum": 2147483647}, "totalFeeHQT": {"type": "string", "description": "The total fee in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "block": {"type": "string", "description": "The block ID"}, "height": {"type": "integer", "format": "int32", "description": "The zero-based block height", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}, "posRewardHQT": {"type": "string", "description": "The total POS miner fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "popRewardHQT": {"type": "string", "description": "The total POP fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "transactions": {"type": "array", "description": "An array of transaction IDs or transaction objects (if includeTransactions provided, refer to Get Transaction for details)", "items": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}}}, "description": "BlockCondensed class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/a25dd357-9f80-4c55-955a-b66c5448e423/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
transactionsBlockCount
200
null
{"count": 0}
{"type": "object", "required": ["count"], "properties": {"count": {"type": "integer", "format": "int32", "description": "The count value", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Count class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/a1c3cb8c-9c94-498c-a11a-ad09e726649f/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
height
200
null
{"previousBlockHash": "", "payloadLength": 0, "totalAmountHQT": "", "generationSignature": "", "generator": "", "generatorPublicName": "", "generatorPublicKey": "", "baseTarget": "", "payloadHash": "", "nextBlock": "", "numberOfTransactions": 0, "blockSignature": "", "transactions": [{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}], "version": 0, "totalFeeHQT": "", "previousBlock": "", "cumulativeDifficulty": "", "block": "", "height": 0, "timestamp": 0, "popRewardHQT": "", "posRewardHQT": ""}
{"type": "object", "required": ["baseTarget", "block", "blockSignature", "cumulativeDifficulty", "generationSignature", "generator", "generatorPublicKey", "generatorPublicName", "height", "nextBlock", "numberOfTransactions", "payloadHash", "payloadLength", "popRewardHQT", "posRewardHQT", "previousBlock", "previousBlockHash", "timestamp", "totalAmountHQT", "totalFeeHQT", "transactions", "version"], "properties": {"previousBlockHash": {"type": "string", "description": "The 32-byte hash of the previous block (as HEX string)"}, "payloadLength": {"type": "integer", "format": "int32", "description": "The length (in bytes) of all transactions included in the block", "minimum": -2147483648, "maximum": 2147483647}, "totalAmountHQT": {"type": "string", "description": "The total amount in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "generationSignature": {"type": "string", "description": "The 32-byte generation signature of the generating account"}, "generator": {"type": "string", "description": "The generating account number"}, "generatorPublicName": {"type": "string", "description": "The generator public name"}, "generatorPublicKey": {"type": "string", "description": "The 32-byte public key of the generating account (as HEX string)"}, "baseTarget": {"type": "string", "description": "The base target for the next block generation"}, "payloadHash": {"type": "string", "description": "The 32-byte hash of the payload (all transactions as HEX string)"}, "nextBlock": {"type": "string", "description": "The next block ID"}, "numberOfTransactions": {"type": "integer", "format": "int32", "description": "The number of transactions in the block", "minimum": -2147483648, "maximum": 2147483647}, "blockSignature": {"type": "string", "description": "The 64-byte block signature (as HEX string)"}, "transactions": {"type": "array", "description": "An array of transaction IDs or transaction objects (if includeTransactions provided, refer to Get Transaction for details)", "items": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}}, "version": {"type": "integer", "format": "int32", "description": "The block version", "minimum": -2147483648, "maximum": 2147483647}, "totalFeeHQT": {"type": "string", "description": "The total fee in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "previousBlock": {"type": "string", "description": "The previous block ID"}, "cumulativeDifficulty": {"type": "string", "description": "The cumulative difficulty for the next block generation"}, "block": {"type": "string", "description": "The block ID"}, "height": {"type": "integer", "format": "int32", "description": "The zero-based block height", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}, "popRewardHQT": {"type": "string", "description": "The total POP fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "posRewardHQT": {"type": "string", "description": "The total POS miner fee in HQT (1 HQT equals 0.00000001 HEAT)"}}, "description": "Block class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/c48e97f4-e09a-45f8-ac27-17946ebd09bf/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
stake
200
null
{"generatorCount": 0, "generatorStake": "", "height": 0}
{"type": "object", "properties": {"generatorCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "generatorStake": {"type": "string"}, "height": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/1ca3a77d-3ac2-42f0-b9aa-2788b72f521f/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
blocks
200
null
[{"totalAmountHQT": "", "generator": "", "generatorPublicName": "", "numberOfTransactions": 0, "totalFeeHQT": "", "block": "", "height": 0, "timestamp": 0, "posRewardHQT": "", "popRewardHQT": "", "transactions": [{"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}]}]
{"type": "array", "items": {"type": "object", "required": ["block", "generator", "generatorPublicName", "height", "numberOfTransactions", "popRewardHQT", "posRewardHQT", "timestamp", "totalAmountHQT", "totalFeeHQT", "transactions"], "properties": {"totalAmountHQT": {"type": "string", "description": "The total amount in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "generator": {"type": "string", "description": "The generating account number"}, "generatorPublicName": {"type": "string", "description": "The generator public name"}, "numberOfTransactions": {"type": "integer", "format": "int32", "description": "The number of transactions in the block", "minimum": -2147483648, "maximum": 2147483647}, "totalFeeHQT": {"type": "string", "description": "The total fee in HQT (1 HQT equals 0.00000001 HEAT) of the transactions in the block"}, "block": {"type": "string", "description": "The block ID"}, "height": {"type": "integer", "format": "int32", "description": "The zero-based block height", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}, "posRewardHQT": {"type": "string", "description": "The total POS miner fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "popRewardHQT": {"type": "string", "description": "The total POP fee in HQT (1 HQT equals 0.00000001 HEAT)"}, "transactions": {"type": "array", "description": "An array of transaction IDs or transaction objects (if includeTransactions provided, refer to Get Transaction for details)", "items": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}}}, "description": "BlockCondensed class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/bdeadc00-90ff-4eb3-900e-95854ecb67b1/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
keyStorePut
keyStorePut
200
Example_1
{"signatureHash": "", "transaction": "", "fullHash": "", "transactionBytes": "", "broadcasted": false, "transactionJSON": {"type": 0, "subtype": 0, "timestamp": 0, "deadline": 0, "senderPublicKey": "", "recipient": "", "recipientPublicKey": "", "amount": "", "fee": "", "signature": "", "signatureHash": "", "fullHash": "", "transaction": "", "attachment": {}, "sender": "", "height": 0, "version": 0, "ecBlockId": "", "ecBlockHeight": 0, "messageBytes": "", "messageIsText": false, "messageIsEncrypted": false, "messageIsEncryptedToSelf": false, "transactionIndex": 0, "confirmations": 0, "block": "", "blockTimestamp": 0}, "unsignedTransactionBytes": ""}
{"type": "object", "required": ["broadcasted", "transactionJSON", "unsignedTransactionBytes"], "properties": {"signatureHash": {"type": "string", "description": "SHA-256 hash of the transaction signature (only when secretPhrase sent to server)"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction (only when secretPhrase sent to server)"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction (only when secretPhrase sent to server)"}, "transactionBytes": {"type": "string", "description": "The signed transaction bytes (only when secretPhrase sent to server)"}, "broadcasted": {"type": "boolean", "description": "True if the transaction was broadcast, false otherwise", "default": false}, "transactionJSON": {"type": "object", "required": ["amount", "attachment", "block", "blockTimestamp", "confirmations", "deadline", "ecBlockHeight", "ecBlockId", "fee", "fullHash", "height", "messageBytes", "messageIsEncrypted", "messageIsEncryptedToSelf", "messageIsText", "recipient", "recipientPublicKey", "sender", "senderPublicKey", "signature", "signatureHash", "subtype", "timestamp", "transaction", "transactionIndex", "type", "version"], "properties": {"type": {"type": "integer", "format": "int32", "description": "The transaction type", "minimum": -2147483648, "maximum": 2147483647}, "subtype": {"type": "integer", "format": "int32", "description": "The transaction subtype", "minimum": -2147483648, "maximum": 2147483647}, "timestamp": {"type": "integer", "format": "int32", "description": "The time (in seconds since 24 november 2013 00:00 UTC) of the transaction", "minimum": -2147483648, "maximum": 2147483647}, "deadline": {"type": "integer", "format": "int32", "description": "The deadline (in minutes) for the transaction to be confirmed", "minimum": -2147483648, "maximum": 2147483647}, "senderPublicKey": {"type": "string", "description": "The public key of the sending account for the transaction"}, "recipient": {"type": "string", "description": "The account number of the recipient, if applicable"}, "recipientPublicKey": {"type": "string", "description": "Recipient public key as HEX string"}, "amount": {"type": "string", "description": "The amount in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "fee": {"type": "string", "description": "The fee in HQT (1 HQT equals 0.00000001 HEAT) of the transaction"}, "signature": {"type": "string", "description": "The digital signature of the transaction"}, "signatureHash": {"type": "string", "description": "A SHA-256 hash of the transaction signature"}, "fullHash": {"type": "string", "description": "The full hash of the signed transaction"}, "transaction": {"type": "string", "description": "The ID of the newly created transaction"}, "attachment": {"type": "object", "description": "An object containing any additional data needed for the transaction, if applicable", "additionalProperties": {"type": "object"}}, "sender": {"type": "string", "description": "The account ID of the sender"}, "height": {"type": "integer", "format": "int32", "description": "The height of the block in the blockchain", "minimum": -2147483648, "maximum": 2147483647}, "version": {"type": "integer", "format": "int32", "description": "The transaction version number", "minimum": -2147483648, "maximum": 2147483647}, "ecBlockId": {"type": "string", "description": "The economic clustering block ID"}, "ecBlockHeight": {"type": "integer", "format": "int32", "description": "The economic clustering block height", "minimum": -2147483648, "maximum": 2147483647}, "messageBytes": {"type": "string", "description": "The message bytes as HEX if any"}, "messageIsText": {"type": "boolean", "description": "In case the message is a text message (binary otherwise)", "default": false}, "messageIsEncrypted": {"type": "boolean", "description": "Message is encrypted", "default": false}, "messageIsEncryptedToSelf": {"type": "boolean", "description": "Message is encrypted to self", "default": false}, "transactionIndex": {"type": "integer", "format": "int32", "description": "A zero-based index giving the order of the transaction in its block", "minimum": -2147483648, "maximum": 2147483647}, "confirmations": {"type": "integer", "format": "int32", "description": "Number of transaction confirmations", "minimum": -2147483648, "maximum": 2147483647}, "block": {"type": "string", "description": "The ID of the block containing the transaction"}, "blockTimestamp": {"type": "integer", "format": "int32", "description": "The timestamp (in seconds since 24 november 2013 00:00 UTC) of the block", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Transaction class"}, "unsignedTransactionBytes": {"type": "string", "description": "The unsigned transaction bytes as HEX string"}}, "description": "Create transaction response"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/30681f37-d10b-4cc7-9bd4-0c1fb455b0d9/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
keyStoreList
200
null
[{"account": "", "key": "", "value": "", "transaction": ""}]
{"type": "array", "items": {"type": "object", "required": ["account", "key", "transaction", "value"], "properties": {"account": {"type": "string", "description": "Account scope"}, "key": {"type": "string", "description": "The key that identifies this entry"}, "value": {"type": "string", "description": "The entry value"}, "transaction": {"type": "string", "description": "Transaction id for transaction that last set this entry"}}, "description": "Generic KeyStoreBundle class"}}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/c3191a3d-da4a-4dc7-90c9-e25dd3f1bb33/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
keyStoreGet
200
null
{"account": "", "key": "", "value": "", "transaction": ""}
{"type": "object", "required": ["account", "key", "transaction", "value"], "properties": {"account": {"type": "string", "description": "Account scope"}, "key": {"type": "string", "description": "The key that identifies this entry"}, "value": {"type": "string", "description": "The entry value"}, "transaction": {"type": "string", "description": "Transaction id for transaction that last set this entry"}}, "description": "Generic KeyStoreBundle class"}
1e5e482a-3f45-4fcd-89c3-8f18e80875fa/a8679d5d-761b-494c-a9ce-09381282e302/0/0
OTC
OTC blockchain plays a significant role in the financial market ecosystem, catering to the needs of institutional investors, high-net-worth individuals, and businesses looking to make large cryptocurrency transactions with added privacy and personalized support
null
keyStoreCount
200
null
{"count": 0}
{"type": "object", "required": ["count"], "properties": {"count": {"type": "integer", "format": "int32", "description": "The count value", "minimum": -2147483648, "maximum": 2147483647}}, "description": "Generic Count class"}
bef3acca-07ab-4985-ae4f-c27c4623499b/5cdfc547-82ff-4bdf-afe7-5eef00c16acb/0/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get summary
The 'summary' endpoint provides key information about recent market prices.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/57674aa7-46c7-442c-a61b-cac3b0788dcb/0/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get info
This endpoint provides up-to-date data for a stock
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/7c46e1e2-7236-4c7c-b362-c3eada95ad9b/0/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get insider transactions
This endpoint provides data on transactions made by insiders
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/0cab84c0-b88d-4be1-8224-0b3ebf94b9c9/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get statistics
this endpoint provides statistics data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/3daf44f8-fcb0-4716-be10-16d75edc5b74/0/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get key executives
This endpoint provides key executives data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/2a523555-ca2d-4511-beeb-d186e35a7ff3/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get product involvement areas
This endpoint provides product involvement areas data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/4aa843ba-ccf5-4187-ae9f-f50c3ed38325/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get analysis
this endpoint provides analysis data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/fcd32d9c-b755-470a-834b-eb8e5cd2cca5/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get historical data
This endpoint contains stock information for the last 100 days.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/0697c679-c9d7-463d-a361-58b9fe695b31/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get insider roster
This endpoint provides insider roster data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/3b811e07-8652-4905-89a0-fdb513064227/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get esg data
This endpoint provides esg data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/75f6e735-e2e9-4bff-9fe4-dc2a270adf23/0/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get holders
This endpoint contains shareholder information per category.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/639d435c-1392-4541-a306-d3ef25024411/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get options
this endpoint provides options data
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
bef3acca-07ab-4985-ae4f-c27c4623499b/52ab05bf-810d-410e-b559-eaa590d9f597/1/0
Yahuu Finance
Yahu Finance is an API project available on Rapid API that provides real-time stock quotes, historical prices, financial statements, news articles, and more for thousands of companies worldwide. With multiple endpoints and query parameters, developers can easily integrate this user-friendly and well-documented API into their projects for trading applications, financial analytics tools, or to keep track of favorite companies.
8.3
get financials
This endpoint provides data information about balance sheet, income statement and cash flow.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/e2e6da19-2aea-4aee-9691-eeb810689539/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getPositionsByTraderId
Returns all the open positions by user's trader ID
404
null
{"status": 404, "message": "Trader ID not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/e2e6da19-2aea-4aee-9691-eeb810689539/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getPositionsByTraderId
Returns all the open positions by user's trader ID
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/e2e6da19-2aea-4aee-9691-eeb810689539/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getPositionsByTraderId
Returns all the open positions by user's trader ID
200
null
{"status": 200, "message": "OK", "data": [{"amount": 6121, "entryPrice": 1.913828503513, "leverage": 10, "markPrice": 1.8564, "pnl": -351.5198485, "roe": -0.30935413, "symbol": "MAGICUSDT", "tradeBefore": true, "updateTimeStamp": 1677152110356}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "entryPrice": {"type": "number"}, "leverage": {"type": "integer"}, "markPrice": {"type": "number"}, "pnl": {"type": "number"}, "roe": {"type": "number"}, "symbol": {"type": "string"}, "tradeBefore": {"type": "boolean"}, "updateTimeStamp": {"type": "integer"}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/d73d3aaf-64a1-4f43-a2df-9d2c8535e0e5/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUser
Returns all base information of User
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/d73d3aaf-64a1-4f43-a2df-9d2c8535e0e5/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUser
Returns all base information of User
404
null
{"status": 404, "message": "Trader ID not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/d73d3aaf-64a1-4f43-a2df-9d2c8535e0e5/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUser
Returns all base information of User
200
null
{"status": 200, "message": "OK", "data": {"deliveryPositionShared": true, "followerCount": 20642, "followingCount": 9, "introduction": "hello world", "isTwTrader": true, "nickName": "epctex", "twShared": true, "twitterUrl": "https://twitter.com/epctex", "userPhotoUrl": "https://www.example.com", "url": "https://www.example.com", "traderId": "B2E4D88D1E5633B2584F87EB5E2A6D6A", "pnl": 371933.646291, "roi": 0.377826, "futureUid": "", "openId": "zoh3br1"}}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"deliveryPositionShared": {"type": ["boolean", "null"]}, "followerCount": {"type": "integer"}, "followingCount": {"type": ["integer", "null"]}, "introduction": {"type": ["string", "null"]}, "isTwTrader": {"type": "boolean"}, "nickName": {"type": "string"}, "twShared": {"type": ["boolean", "null"]}, "twitterUrl": {"type": ["string", "null"]}, "userPhotoUrl": {"type": ["string", "null"]}, "url": {"type": "string"}, "traderId": {"type": "string"}, "pnl": {"type": ["number", "null"]}, "roi": {"type": ["number", "null"]}, "futureUid": {"type": ["string", "null"]}, "openId": {"type": ["string", "null"]}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/19c0a1db-03bf-4e36-8db8-0dda018fa079/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUserStatistics
Returns all statistics information of User by type
404
null
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/19c0a1db-03bf-4e36-8db8-0dda018fa079/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUserStatistics
Returns all statistics information of User by type
200
null
{"status": 200, "message": "OK", "data": {"dailyRoi": {"rank": 200, "value": -0.027456}, "dailyPnl": {"rank": 200, "value": -0.027456}, "weeklyRoi": {"rank": 200, "value": -0.027456}, "weeklyPnl": {"rank": 200, "value": -0.027456}, "monthlyRoi": {"rank": 200, "value": -0.027456}, "monthlyPnl": {"rank": 200, "value": -0.027456}, "totalRoi": {"rank": 200, "value": -0.027456}, "totalPnl": {"rank": 200, "value": -0.027456}}}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"dailyRoi": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "dailyPnl": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "weeklyRoi": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "weeklyPnl": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "monthlyRoi": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "monthlyPnl": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "totalRoi": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}, "totalPnl": {"type": "object", "properties": {"rank": {"type": "integer"}, "value": {"type": "number"}}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/19c0a1db-03bf-4e36-8db8-0dda018fa079/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUserStatistics
Returns all statistics information of User by type
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/764f6ae7-56c0-4fc5-a622-4fbe1efac534/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUsers
Returns users that applies into the search query
200
null
{"status": 200, "message": "OK", "data": [{"deliveryPositionShared": true, "followerCount": 20642, "followingCount": 9, "introduction": "hello world", "isTwTrader": true, "nickName": "epctex", "twShared": true, "twitterUrl": "https://twitter.com/epctex", "userPhotoUrl": "https://www.example.com", "url": "https://www.example.com", "traderId": "B2E4D88D1E5633B2584F87EB5E2A6D6A", "pnl": 371933.646291, "roi": 0.377826, "futureUid": "", "openId": "zoh3br1"}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"deliveryPositionShared": {"type": ["boolean", "null"]}, "followerCount": {"type": "integer"}, "followingCount": {"type": ["integer", "null"]}, "introduction": {"type": ["string", "null"]}, "isTwTrader": {"type": "boolean"}, "nickName": {"type": "string"}, "twShared": {"type": ["boolean", "null"]}, "twitterUrl": {"type": ["string", "null"]}, "userPhotoUrl": {"type": ["string", "null"]}, "url": {"type": "string"}, "traderId": {"type": "string"}, "pnl": {"type": ["number", "null"]}, "roi": {"type": ["number", "null"]}, "futureUid": {"type": ["string", "null"]}, "openId": {"type": ["string", "null"]}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/764f6ae7-56c0-4fc5-a622-4fbe1efac534/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getUsers
Returns users that applies into the search query
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/fb4fdd8c-7131-4322-9524-960f40abf95e/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getTrendingMarkets
Returns trending markets that applies into the search query
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/fb4fdd8c-7131-4322-9524-960f40abf95e/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getTrendingMarkets
Returns trending markets that applies into the search query
404
null
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/fb4fdd8c-7131-4322-9524-960f40abf95e/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getTrendingMarkets
Returns trending markets that applies into the search query
200
null
{"status": 200, "message": "OK", "data": [{"symbol": "CFXBUSD", "longCount": 0, "neuralCount": 8, "shortCount": 34, "totalCount": 12}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "longCount": {"type": "integer"}, "neuralCount": {"type": "integer"}, "shortCount": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/8fc5a932-55e9-4ccb-b025-1f3359562a9e/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getVolatility
Returns most volatile pairs that applies into the search query
404
null
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/8fc5a932-55e9-4ccb-b025-1f3359562a9e/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getVolatility
Returns most volatile pairs that applies into the search query
200
null
{"status": 200, "message": "OK", "data": [{"symbol": "CFXBUSD", "volatility": "3.59", "totalCount": 52}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "volatility": {"type": "string"}, "totalCount": {"type": "integer"}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/8fc5a932-55e9-4ccb-b025-1f3359562a9e/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getVolatility
Returns most volatile pairs that applies into the search query
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/4787b26d-be89-48e3-b68a-6e5d8c087b34/0/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getStrategies
Returns strategies that applies into the search query
404
null
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/4787b26d-be89-48e3-b68a-6e5d8c087b34/1/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getStrategies
Returns strategies that applies into the search query
200
null
{"status": 200, "message": "OK", "data": [{"symbol": "AGIXBTC", "copyCount": 45, "roi": 370.99, "pnl": 5953.3484821, "runningTime": 9443225, "strategyId": 848897, "strategyType": 1, "direction": 0, "type": "ARITH", "lowerLimit": 2.48e-06, "upperLimit": 3.08e-06, "gridCount": 50, "triggerPrice": 3.08e-06, "stopLowerLimit": 3.08e-06, "stopUpperLimit": 3.08e-06, "baseAsset": "AGIX", "quoteAsset": "BTC"}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "copyCount": {"type": "integer"}, "roi": {"type": "number"}, "pnl": {"type": "number"}, "runningTime": {"type": "integer"}, "strategyId": {"type": "integer"}, "strategyType": {"type": "integer"}, "direction": {"type": "integer"}, "type": {"type": "string"}, "lowerLimit": {"type": "number"}, "upperLimit": {"type": "number"}, "gridCount": {"type": "integer"}, "triggerPrice": {"type": "number"}, "stopLowerLimit": {"type": ["number", "null"]}, "stopUpperLimit": {"type": ["number", "null"]}, "baseAsset": {"type": "string"}, "quoteAsset": {"type": "string"}}}}}}
aeb34b81-1a97-496b-b279-7a766f3b394b/4787b26d-be89-48e3-b68a-6e5d8c087b34/2/0
Binance Futures Leaderboard
Get and extract data on top users and their current positions from Binance Futures Leaderboard, the largest cryptocurrency exchange in the world. Use all filtering and sorting options provided by Binance to integrate top user crypto positions into your coin trading strategy.
9.8
getStrategies
Returns strategies that applies into the search query
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/df13d59f-1e56-4b5f-a0fc-d56aea22dbbe/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEDensity
Computes probability density for an extended CGMY process
200
null
[{"at_point": -2.5, "value": 0.023577580212142506}, {"at_point": -2.4606299212598426, "value": 0.023635902109854987}, {"at_point": -2.421259842519685, "value": 0.023811135771083996}, {"at_point": -2.3818897637795278, "value": 0.024104086295496534}, {"at_point": -2.34251968503937, "value": 0.0245160995072489}, {"at_point": -2.3031496062992125, "value": 0.02504906796565831}, {"at_point": -2.263779527559055, "value": 0.025705439427417362}, {"at_point": -2.2244094488188977, "value": 0.026488227807769143}, {"at_point": -2.1850393700787403, "value": 0.02740102670177468}, {"at_point": -2.145669291338583, "value": 0.028448025540565573}, {"at_point": -2.106299212598425, "value": 0.02963402847122347}, {"at_point": -2.0669291338582676, "value": 0.030964476062510123}, {"at_point": -2.02755905511811, "value": 0.032445469951891286}, {"at_point": -1.9881889763779528, "value": 0.034083800561818575}, {"at_point": -1.9488188976377954, "value": 0.03588697802460203}, {"at_point": -1.909448818897638, "value": 0.037863266464784905}, {"at_point": -1.8700787401574803, "value": 0.04002172179484301}, {"at_point": -1.8307086614173227, "value": 0.04237223318311709}, {"at_point": -1.7913385826771653, "value": 0.04492556835059546}, {"at_point": -1.7519685039370079, "value": 0.04769342284347706}, {"at_point": -1.7125984251968505, "value": 0.05068847340872221}, {"at_point": -1.673228346456693, "value": 0.05392443556664739}, {"at_point": -1.6338582677165354, "value": 0.057416125423663165}, {"at_point": -1.594488188976378, "value": 0.06117952569392354}, {"at_point": -1.5551181102362204, "value": 0.0652318557938629}, {"at_point": -1.515748031496063, "value": 0.06959164572937719}, {"at_point": -1.4763779527559056, "value": 0.07427881330050065}, {"at_point": -1.4370078740157481, "value": 0.07931474388869542}, {"at_point": -1.3976377952755905, "value": 0.08472237174973157}, {"at_point": -1.358267716535433, "value": 0.09052626128876937}, {"at_point": -1.3188976377952757, "value": 0.09675268621680229}, {"at_point": -1.279527559055118, "value": 0.10342970374622856}, {"at_point": -1.2401574803149606, "value": 0.11058722003812206}, {"at_point": -1.2007874015748032, "value": 0.11825704191692359}, {"at_point": -1.1614173228346456, "value": 0.12647290836298186}, {"at_point": -1.1220472440944882, "value": 0.13527049341339803}, {"at_point": -1.0826771653543308, "value": 0.1446873697712145}, {"at_point": -1.0433070866141732, "value": 0.1547629195580632}, {"at_point": -1.0039370078740157, "value": 0.16553817515643815}, {"at_point": -0.9645669291338583, "value": 0.1770555688857237}, {"at_point": -0.9251968503937009, "value": 0.1893585652625809}, {"at_point": -0.8858267716535433, "value": 0.2024911437604006}, {"at_point": -0.8464566929133859, "value": 0.21649709330711997}, {"at_point": -0.8070866141732285, "value": 0.23141907234184783}, {"at_point": -0.7677165354330708, "value": 0.24729738033489138}, {"at_point": -0.7283464566929134, "value": 0.26416837873985743}, {"at_point": -0.688976377952756, "value": 0.2820624922058554}, {"at_point": -0.6496062992125984, "value": 0.3010017158249994}, {"at_point": -0.610236220472441, "value": 0.3209965531628281}, {"at_point": -0.5708661417322836, "value": 0.3420423155835644}, {"at_point": -0.5314960629921259, "value": 0.36411472970411807}, {"at_point": -0.4921259842519685, "value": 0.3871648315505438}, {"at_point": -0.4527559055118111, "value": 0.4111131790178906}, {"at_point": -0.4133858267716537, "value": 0.4358434950020892}, {"at_point": -0.3740157480314963, "value": 0.46119596812677294}, {"at_point": -0.33464566929133843, "value": 0.4869605901517756}, {"at_point": -0.295275590551181, "value": 0.5128710976512718}, {"at_point": -0.2559055118110236, "value": 0.5386003000456058}, {"at_point": -0.2165354330708662, "value": 0.563757792461471}, {"at_point": -0.1771653543307088, "value": 0.5878912280804327}, {"at_point": -0.13779527559055138, "value": 0.6104923989433578}, {"at_point": -0.09842519685039353, "value": 0.6310092697292746}, {"at_point": -0.059055118110236116, "value": 0.6488647476240781}, {"at_point": -0.019685039370078705, "value": 0.6634822989811258}, {"at_point": 0.019685039370078705, "value": 0.6743175447893663}, {"at_point": 0.059055118110236116, "value": 0.6808937797464502}, {"at_point": 0.09842519685039353, "value": 0.6828381712423597}, {"at_point": 0.13779527559055094, "value": 0.6799145005074927}, {"at_point": 0.1771653543307088, "value": 0.6720480228035897}, {"at_point": 0.2165354330708662, "value": 0.6593385712811154}, {"at_point": 0.2559055118110236, "value": 0.6420594358689553}, {"at_point": 0.295275590551181, "value": 0.6206415861779712}, {"at_point": 0.33464566929133843, "value": 0.5956450329947243}, {"at_point": 0.37401574803149584, "value": 0.5677210117892549}, {"at_point": 0.4133858267716537, "value": 0.5375697923543781}, {"at_point": 0.4527559055118111, "value": 0.5058990728614475}, {"at_point": 0.4921259842519685, "value": 0.4733871830215717}, {"at_point": 0.5314960629921259, "value": 0.44065399423467777}, {"at_point": 0.5708661417322833, "value": 0.4082408988455392}, {"at_point": 0.6102362204724407, "value": 0.37659982114466706}, {"at_point": 0.6496062992125982, "value": 0.34609018286860943}, {"at_point": 0.688976377952756, "value": 0.31698214587955903}, {"at_point": 0.7283464566929134, "value": 0.2894642588016512}, {"at_point": 0.7677165354330708, "value": 0.2636537405042106}, {"at_point": 0.8070866141732282, "value": 0.23960792046857984}, {"at_point": 0.8464566929133857, "value": 0.21733571737822638}, {"at_point": 0.8858267716535431, "value": 0.19680839553440166}, {"at_point": 0.9251968503937009, "value": 0.17796914845982684}, {"at_point": 0.9645669291338583, "value": 0.16074130096278524}, {"at_point": 1.0039370078740157, "value": 0.14503509348017876}, {"at_point": 1.0433070866141732, "value": 0.13075312423557564}, {"at_point": 1.0826771653543306, "value": 0.1177945883310711}, {"at_point": 1.122047244094488, "value": 0.10605848142766615}, {"at_point": 1.1614173228346458, "value": 0.09544594063776145}, {"at_point": 1.2007874015748032, "value": 0.08586188575232018}, {"at_point": 1.2401574803149606, "value": 0.07721610662486117}, {"at_point": 1.279527559055118, "value": 0.06942392199928384}, {"at_point": 1.3188976377952755, "value": 0.06240651420459248}, {"at_point": 1.3582677165354329, "value": 0.05609102463737502}, {"at_point": 1.3976377952755903, "value": 0.050410477665127885}, {"at_point": 1.4370078740157481, "value": 0.04530358581925286}, {"at_point": 1.4763779527559056, "value": 0.040714476885865714}, {"at_point": 1.515748031496063, "value": 0.03659237354450013}, {"at_point": 1.5551181102362204, "value": 0.03289124826467349}, {"at_point": 1.5944881889763778, "value": 0.029569469939598712}, {"at_point": 1.6338582677165352, "value": 0.02658945391761315}, {"at_point": 1.6732283464566926, "value": 0.023917323416509546}, {"at_point": 1.71259842519685, "value": 0.021522587541469546}, {"at_point": 1.7519685039370074, "value": 0.01937783907860285}, {"at_point": 1.7913385826771657, "value": 0.017458473743040503}, {"at_point": 1.8307086614173231, "value": 0.015742431493991772}, {"at_point": 1.8700787401574805, "value": 0.014209959786507097}, {"at_point": 1.909448818897638, "value": 0.0128433981302989}, {"at_point": 1.9488188976377954, "value": 0.011626983007239383}, {"at_point": 1.9881889763779528, "value": 0.01054667201292033}, {"at_point": 2.02755905511811, "value": 0.00958998599718211}, {"at_point": 2.0669291338582676, "value": 0.008745867956095933}, {"at_point": 2.106299212598425, "value": 0.008004557452756725}, {"at_point": 2.1456692913385824, "value": 0.007357479401080417}, {"at_point": 2.18503937007874, "value": 0.006797146124396865}, {"at_point": 2.2244094488188972, "value": 0.006317071690900174}, {"at_point": 2.2637795275590546, "value": 0.005911697625298102}, {"at_point": 2.303149606299213, "value": 0.005576329196347681}, {"at_point": 2.3425196850393704, "value": 0.005307081580833889}, {"at_point": 2.3818897637795278, "value": 0.005100835304295822}, {"at_point": 2.421259842519685, "value": 0.004955200456592805}, {"at_point": 2.4606299212598426, "value": 0.004868489275848075}, {"at_point": 2.5, "value": 0.004839696787444073}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/df13d59f-1e56-4b5f-a0fc-d56aea22dbbe/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEDensity
Computes probability density for an extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/eeebf3b4-f5ad-4376-8cf0-e691d38031e9/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEMetric
Computes value at risk and expected shortfall for extended CGMY process
200
null
{"expected_shortfall": 0.5899624494097084, "value_at_risk": -0.009528544711918437}
{"type": "object", "properties": {"value_at_risk": {"type": "number"}, "expected_shortfall": {"type": "number"}}, "required": ["value_at_risk", "expected_shortfall"], "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/eeebf3b4-f5ad-4376-8cf0-e691d38031e9/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEMetric
Computes value at risk and expected shortfall for extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/09566322-cc87-473a-bcd8-26fa4dad80b4/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended CGMY process
200
null
[{"at_point": 25, "iv": 0.7312156946854926, "value": 30.73189415242812}, {"at_point": 30.555555555555557, "iv": 0.7070328045094586, "value": 27.06609369520123}, {"at_point": 36.111111111111114, "iv": 0.6889455378156619, "value": 23.71906796713607}, {"at_point": 41.666666666666664, "iv": 0.6758989081083138, "value": 20.71561014936256}, {"at_point": 47.22222222222222, "iv": 0.6671081971453771, "value": 18.06531306975112}, {"at_point": 52.77777777777778, "iv": 0.6618834719717683, "value": 15.761331548648052}, {"at_point": 58.33333333333333, "iv": 0.6595725703797433, "value": 13.782150082392505}, {"at_point": 63.888888888888886, "iv": 0.6595640524541427, "value": 12.095889044169873}, {"at_point": 69.44444444444444, "iv": 0.6613105691650758, "value": 10.66556420465804}, {"at_point": 75, "iv": 0.6643480831590762, "value": 9.453686180803771}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}, "iv": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/09566322-cc87-473a-bcd8-26fa4dad80b4/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYSEOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/7355f170-e42c-4e0b-8128-b3dab89c1641/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getCGMYSERange
Obtains the constraints that the parameters in the post requests are required to conform to for CGMY.
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/7355f170-e42c-4e0b-8128-b3dab89c1641/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getCGMYSERange
Obtains the constraints that the parameters in the post requests are required to conform to for CGMY.
200
null
{"c": {"lower": 0, "upper": 10, "type": "float", "description": "Parameter C from CGMY, controls overall level of jump frequency"}, "g": {"lower": 0, "upper": 20, "type": "float", "description": "Parameter G from CGMY, controls rate of decay for left side of asset distribution"}, "m": {"lower": 0, "upper": 20, "type": "float", "description": "Parameter M from CGMY, controls rate of decay for right side of asset distribution"}, "y": {"lower": -2, "upper": 2, "type": "float", "description": "Parameter Y from CGMY, characterizes fine structure of jumps"}, "v0": {"lower": 0, "upper": 2, "type": "float", "description": "Initial value of the time-change process"}, "speed": {"lower": 0, "upper": 2, "type": "float", "description": "Rate at which time-change process reverts to mean"}, "eta_v": {"lower": 0, "upper": 0.5, "type": "float", "description": "Volatility of time-change process"}, "sigma": {"lower": 0, "upper": 1, "type": "float", "description": "Volatility of asset process"}}
{"type": "object", "properties": {"c": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "g": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "m": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "y": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "v0": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "speed": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "eta_v": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "sigma": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "rho": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}}, "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/9bc99110-6450-4a2c-b960-89bf7de0f1e2/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonDensity
Computes probability density for a Heston model
200
null
[{"at_point": -2.5, "value": 0.023577580212142506}, {"at_point": -2.4606299212598426, "value": 0.023635902109854987}, {"at_point": -2.421259842519685, "value": 0.023811135771083996}, {"at_point": -2.3818897637795278, "value": 0.024104086295496534}, {"at_point": -2.34251968503937, "value": 0.0245160995072489}, {"at_point": -2.3031496062992125, "value": 0.02504906796565831}, {"at_point": -2.263779527559055, "value": 0.025705439427417362}, {"at_point": -2.2244094488188977, "value": 0.026488227807769143}, {"at_point": -2.1850393700787403, "value": 0.02740102670177468}, {"at_point": -2.145669291338583, "value": 0.028448025540565573}, {"at_point": -2.106299212598425, "value": 0.02963402847122347}, {"at_point": -2.0669291338582676, "value": 0.030964476062510123}, {"at_point": -2.02755905511811, "value": 0.032445469951891286}, {"at_point": -1.9881889763779528, "value": 0.034083800561818575}, {"at_point": -1.9488188976377954, "value": 0.03588697802460203}, {"at_point": -1.909448818897638, "value": 0.037863266464784905}, {"at_point": -1.8700787401574803, "value": 0.04002172179484301}, {"at_point": -1.8307086614173227, "value": 0.04237223318311709}, {"at_point": -1.7913385826771653, "value": 0.04492556835059546}, {"at_point": -1.7519685039370079, "value": 0.04769342284347706}, {"at_point": -1.7125984251968505, "value": 0.05068847340872221}, {"at_point": -1.673228346456693, "value": 0.05392443556664739}, {"at_point": -1.6338582677165354, "value": 0.057416125423663165}, {"at_point": -1.594488188976378, "value": 0.06117952569392354}, {"at_point": -1.5551181102362204, "value": 0.0652318557938629}, {"at_point": -1.515748031496063, "value": 0.06959164572937719}, {"at_point": -1.4763779527559056, "value": 0.07427881330050065}, {"at_point": -1.4370078740157481, "value": 0.07931474388869542}, {"at_point": -1.3976377952755905, "value": 0.08472237174973157}, {"at_point": -1.358267716535433, "value": 0.09052626128876937}, {"at_point": -1.3188976377952757, "value": 0.09675268621680229}, {"at_point": -1.279527559055118, "value": 0.10342970374622856}, {"at_point": -1.2401574803149606, "value": 0.11058722003812206}, {"at_point": -1.2007874015748032, "value": 0.11825704191692359}, {"at_point": -1.1614173228346456, "value": 0.12647290836298186}, {"at_point": -1.1220472440944882, "value": 0.13527049341339803}, {"at_point": -1.0826771653543308, "value": 0.1446873697712145}, {"at_point": -1.0433070866141732, "value": 0.1547629195580632}, {"at_point": -1.0039370078740157, "value": 0.16553817515643815}, {"at_point": -0.9645669291338583, "value": 0.1770555688857237}, {"at_point": -0.9251968503937009, "value": 0.1893585652625809}, {"at_point": -0.8858267716535433, "value": 0.2024911437604006}, {"at_point": -0.8464566929133859, "value": 0.21649709330711997}, {"at_point": -0.8070866141732285, "value": 0.23141907234184783}, {"at_point": -0.7677165354330708, "value": 0.24729738033489138}, {"at_point": -0.7283464566929134, "value": 0.26416837873985743}, {"at_point": -0.688976377952756, "value": 0.2820624922058554}, {"at_point": -0.6496062992125984, "value": 0.3010017158249994}, {"at_point": -0.610236220472441, "value": 0.3209965531628281}, {"at_point": -0.5708661417322836, "value": 0.3420423155835644}, {"at_point": -0.5314960629921259, "value": 0.36411472970411807}, {"at_point": -0.4921259842519685, "value": 0.3871648315505438}, {"at_point": -0.4527559055118111, "value": 0.4111131790178906}, {"at_point": -0.4133858267716537, "value": 0.4358434950020892}, {"at_point": -0.3740157480314963, "value": 0.46119596812677294}, {"at_point": -0.33464566929133843, "value": 0.4869605901517756}, {"at_point": -0.295275590551181, "value": 0.5128710976512718}, {"at_point": -0.2559055118110236, "value": 0.5386003000456058}, {"at_point": -0.2165354330708662, "value": 0.563757792461471}, {"at_point": -0.1771653543307088, "value": 0.5878912280804327}, {"at_point": -0.13779527559055138, "value": 0.6104923989433578}, {"at_point": -0.09842519685039353, "value": 0.6310092697292746}, {"at_point": -0.059055118110236116, "value": 0.6488647476240781}, {"at_point": -0.019685039370078705, "value": 0.6634822989811258}, {"at_point": 0.019685039370078705, "value": 0.6743175447893663}, {"at_point": 0.059055118110236116, "value": 0.6808937797464502}, {"at_point": 0.09842519685039353, "value": 0.6828381712423597}, {"at_point": 0.13779527559055094, "value": 0.6799145005074927}, {"at_point": 0.1771653543307088, "value": 0.6720480228035897}, {"at_point": 0.2165354330708662, "value": 0.6593385712811154}, {"at_point": 0.2559055118110236, "value": 0.6420594358689553}, {"at_point": 0.295275590551181, "value": 0.6206415861779712}, {"at_point": 0.33464566929133843, "value": 0.5956450329947243}, {"at_point": 0.37401574803149584, "value": 0.5677210117892549}, {"at_point": 0.4133858267716537, "value": 0.5375697923543781}, {"at_point": 0.4527559055118111, "value": 0.5058990728614475}, {"at_point": 0.4921259842519685, "value": 0.4733871830215717}, {"at_point": 0.5314960629921259, "value": 0.44065399423467777}, {"at_point": 0.5708661417322833, "value": 0.4082408988455392}, {"at_point": 0.6102362204724407, "value": 0.37659982114466706}, {"at_point": 0.6496062992125982, "value": 0.34609018286860943}, {"at_point": 0.688976377952756, "value": 0.31698214587955903}, {"at_point": 0.7283464566929134, "value": 0.2894642588016512}, {"at_point": 0.7677165354330708, "value": 0.2636537405042106}, {"at_point": 0.8070866141732282, "value": 0.23960792046857984}, {"at_point": 0.8464566929133857, "value": 0.21733571737822638}, {"at_point": 0.8858267716535431, "value": 0.19680839553440166}, {"at_point": 0.9251968503937009, "value": 0.17796914845982684}, {"at_point": 0.9645669291338583, "value": 0.16074130096278524}, {"at_point": 1.0039370078740157, "value": 0.14503509348017876}, {"at_point": 1.0433070866141732, "value": 0.13075312423557564}, {"at_point": 1.0826771653543306, "value": 0.1177945883310711}, {"at_point": 1.122047244094488, "value": 0.10605848142766615}, {"at_point": 1.1614173228346458, "value": 0.09544594063776145}, {"at_point": 1.2007874015748032, "value": 0.08586188575232018}, {"at_point": 1.2401574803149606, "value": 0.07721610662486117}, {"at_point": 1.279527559055118, "value": 0.06942392199928384}, {"at_point": 1.3188976377952755, "value": 0.06240651420459248}, {"at_point": 1.3582677165354329, "value": 0.05609102463737502}, {"at_point": 1.3976377952755903, "value": 0.050410477665127885}, {"at_point": 1.4370078740157481, "value": 0.04530358581925286}, {"at_point": 1.4763779527559056, "value": 0.040714476885865714}, {"at_point": 1.515748031496063, "value": 0.03659237354450013}, {"at_point": 1.5551181102362204, "value": 0.03289124826467349}, {"at_point": 1.5944881889763778, "value": 0.029569469939598712}, {"at_point": 1.6338582677165352, "value": 0.02658945391761315}, {"at_point": 1.6732283464566926, "value": 0.023917323416509546}, {"at_point": 1.71259842519685, "value": 0.021522587541469546}, {"at_point": 1.7519685039370074, "value": 0.01937783907860285}, {"at_point": 1.7913385826771657, "value": 0.017458473743040503}, {"at_point": 1.8307086614173231, "value": 0.015742431493991772}, {"at_point": 1.8700787401574805, "value": 0.014209959786507097}, {"at_point": 1.909448818897638, "value": 0.0128433981302989}, {"at_point": 1.9488188976377954, "value": 0.011626983007239383}, {"at_point": 1.9881889763779528, "value": 0.01054667201292033}, {"at_point": 2.02755905511811, "value": 0.00958998599718211}, {"at_point": 2.0669291338582676, "value": 0.008745867956095933}, {"at_point": 2.106299212598425, "value": 0.008004557452756725}, {"at_point": 2.1456692913385824, "value": 0.007357479401080417}, {"at_point": 2.18503937007874, "value": 0.006797146124396865}, {"at_point": 2.2244094488188972, "value": 0.006317071690900174}, {"at_point": 2.2637795275590546, "value": 0.005911697625298102}, {"at_point": 2.303149606299213, "value": 0.005576329196347681}, {"at_point": 2.3425196850393704, "value": 0.005307081580833889}, {"at_point": 2.3818897637795278, "value": 0.005100835304295822}, {"at_point": 2.421259842519685, "value": 0.004955200456592805}, {"at_point": 2.4606299212598426, "value": 0.004868489275848075}, {"at_point": 2.5, "value": 0.004839696787444073}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/9bc99110-6450-4a2c-b960-89bf7de0f1e2/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonDensity
Computes probability density for a Heston model
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/c707634e-d8a0-4f7c-9452-aa2345431586/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYDensity
Computes probability density for an extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/c707634e-d8a0-4f7c-9452-aa2345431586/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYDensity
Computes probability density for an extended CGMY process
200
null
[{"at_point": -2.5, "value": 0.023577580212142506}, {"at_point": -2.4606299212598426, "value": 0.023635902109854987}, {"at_point": -2.421259842519685, "value": 0.023811135771083996}, {"at_point": -2.3818897637795278, "value": 0.024104086295496534}, {"at_point": -2.34251968503937, "value": 0.0245160995072489}, {"at_point": -2.3031496062992125, "value": 0.02504906796565831}, {"at_point": -2.263779527559055, "value": 0.025705439427417362}, {"at_point": -2.2244094488188977, "value": 0.026488227807769143}, {"at_point": -2.1850393700787403, "value": 0.02740102670177468}, {"at_point": -2.145669291338583, "value": 0.028448025540565573}, {"at_point": -2.106299212598425, "value": 0.02963402847122347}, {"at_point": -2.0669291338582676, "value": 0.030964476062510123}, {"at_point": -2.02755905511811, "value": 0.032445469951891286}, {"at_point": -1.9881889763779528, "value": 0.034083800561818575}, {"at_point": -1.9488188976377954, "value": 0.03588697802460203}, {"at_point": -1.909448818897638, "value": 0.037863266464784905}, {"at_point": -1.8700787401574803, "value": 0.04002172179484301}, {"at_point": -1.8307086614173227, "value": 0.04237223318311709}, {"at_point": -1.7913385826771653, "value": 0.04492556835059546}, {"at_point": -1.7519685039370079, "value": 0.04769342284347706}, {"at_point": -1.7125984251968505, "value": 0.05068847340872221}, {"at_point": -1.673228346456693, "value": 0.05392443556664739}, {"at_point": -1.6338582677165354, "value": 0.057416125423663165}, {"at_point": -1.594488188976378, "value": 0.06117952569392354}, {"at_point": -1.5551181102362204, "value": 0.0652318557938629}, {"at_point": -1.515748031496063, "value": 0.06959164572937719}, {"at_point": -1.4763779527559056, "value": 0.07427881330050065}, {"at_point": -1.4370078740157481, "value": 0.07931474388869542}, {"at_point": -1.3976377952755905, "value": 0.08472237174973157}, {"at_point": -1.358267716535433, "value": 0.09052626128876937}, {"at_point": -1.3188976377952757, "value": 0.09675268621680229}, {"at_point": -1.279527559055118, "value": 0.10342970374622856}, {"at_point": -1.2401574803149606, "value": 0.11058722003812206}, {"at_point": -1.2007874015748032, "value": 0.11825704191692359}, {"at_point": -1.1614173228346456, "value": 0.12647290836298186}, {"at_point": -1.1220472440944882, "value": 0.13527049341339803}, {"at_point": -1.0826771653543308, "value": 0.1446873697712145}, {"at_point": -1.0433070866141732, "value": 0.1547629195580632}, {"at_point": -1.0039370078740157, "value": 0.16553817515643815}, {"at_point": -0.9645669291338583, "value": 0.1770555688857237}, {"at_point": -0.9251968503937009, "value": 0.1893585652625809}, {"at_point": -0.8858267716535433, "value": 0.2024911437604006}, {"at_point": -0.8464566929133859, "value": 0.21649709330711997}, {"at_point": -0.8070866141732285, "value": 0.23141907234184783}, {"at_point": -0.7677165354330708, "value": 0.24729738033489138}, {"at_point": -0.7283464566929134, "value": 0.26416837873985743}, {"at_point": -0.688976377952756, "value": 0.2820624922058554}, {"at_point": -0.6496062992125984, "value": 0.3010017158249994}, {"at_point": -0.610236220472441, "value": 0.3209965531628281}, {"at_point": -0.5708661417322836, "value": 0.3420423155835644}, {"at_point": -0.5314960629921259, "value": 0.36411472970411807}, {"at_point": -0.4921259842519685, "value": 0.3871648315505438}, {"at_point": -0.4527559055118111, "value": 0.4111131790178906}, {"at_point": -0.4133858267716537, "value": 0.4358434950020892}, {"at_point": -0.3740157480314963, "value": 0.46119596812677294}, {"at_point": -0.33464566929133843, "value": 0.4869605901517756}, {"at_point": -0.295275590551181, "value": 0.5128710976512718}, {"at_point": -0.2559055118110236, "value": 0.5386003000456058}, {"at_point": -0.2165354330708662, "value": 0.563757792461471}, {"at_point": -0.1771653543307088, "value": 0.5878912280804327}, {"at_point": -0.13779527559055138, "value": 0.6104923989433578}, {"at_point": -0.09842519685039353, "value": 0.6310092697292746}, {"at_point": -0.059055118110236116, "value": 0.6488647476240781}, {"at_point": -0.019685039370078705, "value": 0.6634822989811258}, {"at_point": 0.019685039370078705, "value": 0.6743175447893663}, {"at_point": 0.059055118110236116, "value": 0.6808937797464502}, {"at_point": 0.09842519685039353, "value": 0.6828381712423597}, {"at_point": 0.13779527559055094, "value": 0.6799145005074927}, {"at_point": 0.1771653543307088, "value": 0.6720480228035897}, {"at_point": 0.2165354330708662, "value": 0.6593385712811154}, {"at_point": 0.2559055118110236, "value": 0.6420594358689553}, {"at_point": 0.295275590551181, "value": 0.6206415861779712}, {"at_point": 0.33464566929133843, "value": 0.5956450329947243}, {"at_point": 0.37401574803149584, "value": 0.5677210117892549}, {"at_point": 0.4133858267716537, "value": 0.5375697923543781}, {"at_point": 0.4527559055118111, "value": 0.5058990728614475}, {"at_point": 0.4921259842519685, "value": 0.4733871830215717}, {"at_point": 0.5314960629921259, "value": 0.44065399423467777}, {"at_point": 0.5708661417322833, "value": 0.4082408988455392}, {"at_point": 0.6102362204724407, "value": 0.37659982114466706}, {"at_point": 0.6496062992125982, "value": 0.34609018286860943}, {"at_point": 0.688976377952756, "value": 0.31698214587955903}, {"at_point": 0.7283464566929134, "value": 0.2894642588016512}, {"at_point": 0.7677165354330708, "value": 0.2636537405042106}, {"at_point": 0.8070866141732282, "value": 0.23960792046857984}, {"at_point": 0.8464566929133857, "value": 0.21733571737822638}, {"at_point": 0.8858267716535431, "value": 0.19680839553440166}, {"at_point": 0.9251968503937009, "value": 0.17796914845982684}, {"at_point": 0.9645669291338583, "value": 0.16074130096278524}, {"at_point": 1.0039370078740157, "value": 0.14503509348017876}, {"at_point": 1.0433070866141732, "value": 0.13075312423557564}, {"at_point": 1.0826771653543306, "value": 0.1177945883310711}, {"at_point": 1.122047244094488, "value": 0.10605848142766615}, {"at_point": 1.1614173228346458, "value": 0.09544594063776145}, {"at_point": 1.2007874015748032, "value": 0.08586188575232018}, {"at_point": 1.2401574803149606, "value": 0.07721610662486117}, {"at_point": 1.279527559055118, "value": 0.06942392199928384}, {"at_point": 1.3188976377952755, "value": 0.06240651420459248}, {"at_point": 1.3582677165354329, "value": 0.05609102463737502}, {"at_point": 1.3976377952755903, "value": 0.050410477665127885}, {"at_point": 1.4370078740157481, "value": 0.04530358581925286}, {"at_point": 1.4763779527559056, "value": 0.040714476885865714}, {"at_point": 1.515748031496063, "value": 0.03659237354450013}, {"at_point": 1.5551181102362204, "value": 0.03289124826467349}, {"at_point": 1.5944881889763778, "value": 0.029569469939598712}, {"at_point": 1.6338582677165352, "value": 0.02658945391761315}, {"at_point": 1.6732283464566926, "value": 0.023917323416509546}, {"at_point": 1.71259842519685, "value": 0.021522587541469546}, {"at_point": 1.7519685039370074, "value": 0.01937783907860285}, {"at_point": 1.7913385826771657, "value": 0.017458473743040503}, {"at_point": 1.8307086614173231, "value": 0.015742431493991772}, {"at_point": 1.8700787401574805, "value": 0.014209959786507097}, {"at_point": 1.909448818897638, "value": 0.0128433981302989}, {"at_point": 1.9488188976377954, "value": 0.011626983007239383}, {"at_point": 1.9881889763779528, "value": 0.01054667201292033}, {"at_point": 2.02755905511811, "value": 0.00958998599718211}, {"at_point": 2.0669291338582676, "value": 0.008745867956095933}, {"at_point": 2.106299212598425, "value": 0.008004557452756725}, {"at_point": 2.1456692913385824, "value": 0.007357479401080417}, {"at_point": 2.18503937007874, "value": 0.006797146124396865}, {"at_point": 2.2244094488188972, "value": 0.006317071690900174}, {"at_point": 2.2637795275590546, "value": 0.005911697625298102}, {"at_point": 2.303149606299213, "value": 0.005576329196347681}, {"at_point": 2.3425196850393704, "value": 0.005307081580833889}, {"at_point": 2.3818897637795278, "value": 0.005100835304295822}, {"at_point": 2.421259842519685, "value": 0.004955200456592805}, {"at_point": 2.4606299212598426, "value": 0.004868489275848075}, {"at_point": 2.5, "value": 0.004839696787444073}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/5de0bb85-5ae0-4d08-b84b-b4c9df8bc76d/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonMetric
Computes value at risk and expected shortfall for a Heston model
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/5de0bb85-5ae0-4d08-b84b-b4c9df8bc76d/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonMetric
Computes value at risk and expected shortfall for a Heston model
200
null
{"expected_shortfall": 0.5899624494097084, "value_at_risk": -0.009528544711918437}
{"type": "object", "properties": {"value_at_risk": {"type": "number"}, "expected_shortfall": {"type": "number"}}, "required": ["value_at_risk", "expected_shortfall"], "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/a1dfc8dc-ce9f-400b-ad1d-39381d0e690a/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getHestonRange
Obtains the constraints that the parameters in the post requests are required to conform to for Heston.
200
null
{"v0": {"lower": 0, "upper": 0.9, "types": "float", "description": "Square root of mean of variance process"}, "speed": {"lower": 0, "upper": 2, "types": "float", "description": "Square root of initial value of the instantaneous variance"}, "eta_v": {"lower": 0, "upper": 0.5, "types": "float", "description": "Rate at which variance reverts to mean"}, "sigma": {"lower": 0, "upper": 1, "types": "float", "description": "Vol of vol: volatility of instantaneous variance"}, "rho": {"lower": -1, "upper": 1, "types": "float", "description": "Correlation between asset and variance diffusions"}}
{"type": "object", "properties": {"v0": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "speed": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "eta_v": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "sigma": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "rho": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}}, "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/a1dfc8dc-ce9f-400b-ad1d-39381d0e690a/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getHestonRange
Obtains the constraints that the parameters in the post requests are required to conform to for Heston.
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/3600b39a-0f51-435b-afb6-3107d0df57af/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonMetric
Computes value at risk and expected shortfall for an extended Merton model
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/3600b39a-0f51-435b-afb6-3107d0df57af/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonMetric
Computes value at risk and expected shortfall for an extended Merton model
200
null
{"expected_shortfall": 0.5899624494097084, "value_at_risk": -0.009528544711918437}
{"type": "object", "properties": {"value_at_risk": {"type": "number"}, "expected_shortfall": {"type": "number"}}, "required": ["value_at_risk", "expected_shortfall"], "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/64698ef5-e39e-4c40-8b71-56bc414178d3/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getMertonRange
Obtains the constraints that the parameters in the post requests are required to conform to for Merton.
200
null
{"lambda": {"lower": 0, "upper": 4, "types": "float", "description": "Annualized frequency of jumps for the asset process"}, "mu_l": {"lower": 0, "upper": 1, "types": "float", "description": "Mean jump size"}, "sig_l": {"lower": 0, "upper": 0.6, "types": "float", "description": "Volatility of jump size"}, "v0": {"lower": 0, "upper": 2, "types": "float", "description": "Initial value of the time-change diffusion"}, "speed": {"lower": 0, "upper": 2, "types": "float", "description": "Rate at which time-change diffusion reverts to mean"}, "eta_v": {"lower": 0, "upper": 0.5, "types": "float", "description": "Volatility of time-change diffusion"}, "sigma": {"lower": 0, "upper": 1, "types": "float", "description": "Volatility of diffusion component of asset process"}, "rho": {"lower": -1, "upper": 1, "types": "float", "description": "Correlation between asset and time-change diffusions"}}
{"type": "object", "properties": {"lambda": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "mu_l": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "sig_l": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "v0": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "speed": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "eta_v": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "sigma": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "rho": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}}, "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/64698ef5-e39e-4c40-8b71-56bc414178d3/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getMertonRange
Obtains the constraints that the parameters in the post requests are required to conform to for Merton.
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/17d7d575-037d-4ca8-85a2-0e87f6efe80a/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonDensity
Computes probability density for a Merton model
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/17d7d575-037d-4ca8-85a2-0e87f6efe80a/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonDensity
Computes probability density for a Merton model
200
null
[{"at_point": -2.5, "value": 0.023577580212142506}, {"at_point": -2.4606299212598426, "value": 0.023635902109854987}, {"at_point": -2.421259842519685, "value": 0.023811135771083996}, {"at_point": -2.3818897637795278, "value": 0.024104086295496534}, {"at_point": -2.34251968503937, "value": 0.0245160995072489}, {"at_point": -2.3031496062992125, "value": 0.02504906796565831}, {"at_point": -2.263779527559055, "value": 0.025705439427417362}, {"at_point": -2.2244094488188977, "value": 0.026488227807769143}, {"at_point": -2.1850393700787403, "value": 0.02740102670177468}, {"at_point": -2.145669291338583, "value": 0.028448025540565573}, {"at_point": -2.106299212598425, "value": 0.02963402847122347}, {"at_point": -2.0669291338582676, "value": 0.030964476062510123}, {"at_point": -2.02755905511811, "value": 0.032445469951891286}, {"at_point": -1.9881889763779528, "value": 0.034083800561818575}, {"at_point": -1.9488188976377954, "value": 0.03588697802460203}, {"at_point": -1.909448818897638, "value": 0.037863266464784905}, {"at_point": -1.8700787401574803, "value": 0.04002172179484301}, {"at_point": -1.8307086614173227, "value": 0.04237223318311709}, {"at_point": -1.7913385826771653, "value": 0.04492556835059546}, {"at_point": -1.7519685039370079, "value": 0.04769342284347706}, {"at_point": -1.7125984251968505, "value": 0.05068847340872221}, {"at_point": -1.673228346456693, "value": 0.05392443556664739}, {"at_point": -1.6338582677165354, "value": 0.057416125423663165}, {"at_point": -1.594488188976378, "value": 0.06117952569392354}, {"at_point": -1.5551181102362204, "value": 0.0652318557938629}, {"at_point": -1.515748031496063, "value": 0.06959164572937719}, {"at_point": -1.4763779527559056, "value": 0.07427881330050065}, {"at_point": -1.4370078740157481, "value": 0.07931474388869542}, {"at_point": -1.3976377952755905, "value": 0.08472237174973157}, {"at_point": -1.358267716535433, "value": 0.09052626128876937}, {"at_point": -1.3188976377952757, "value": 0.09675268621680229}, {"at_point": -1.279527559055118, "value": 0.10342970374622856}, {"at_point": -1.2401574803149606, "value": 0.11058722003812206}, {"at_point": -1.2007874015748032, "value": 0.11825704191692359}, {"at_point": -1.1614173228346456, "value": 0.12647290836298186}, {"at_point": -1.1220472440944882, "value": 0.13527049341339803}, {"at_point": -1.0826771653543308, "value": 0.1446873697712145}, {"at_point": -1.0433070866141732, "value": 0.1547629195580632}, {"at_point": -1.0039370078740157, "value": 0.16553817515643815}, {"at_point": -0.9645669291338583, "value": 0.1770555688857237}, {"at_point": -0.9251968503937009, "value": 0.1893585652625809}, {"at_point": -0.8858267716535433, "value": 0.2024911437604006}, {"at_point": -0.8464566929133859, "value": 0.21649709330711997}, {"at_point": -0.8070866141732285, "value": 0.23141907234184783}, {"at_point": -0.7677165354330708, "value": 0.24729738033489138}, {"at_point": -0.7283464566929134, "value": 0.26416837873985743}, {"at_point": -0.688976377952756, "value": 0.2820624922058554}, {"at_point": -0.6496062992125984, "value": 0.3010017158249994}, {"at_point": -0.610236220472441, "value": 0.3209965531628281}, {"at_point": -0.5708661417322836, "value": 0.3420423155835644}, {"at_point": -0.5314960629921259, "value": 0.36411472970411807}, {"at_point": -0.4921259842519685, "value": 0.3871648315505438}, {"at_point": -0.4527559055118111, "value": 0.4111131790178906}, {"at_point": -0.4133858267716537, "value": 0.4358434950020892}, {"at_point": -0.3740157480314963, "value": 0.46119596812677294}, {"at_point": -0.33464566929133843, "value": 0.4869605901517756}, {"at_point": -0.295275590551181, "value": 0.5128710976512718}, {"at_point": -0.2559055118110236, "value": 0.5386003000456058}, {"at_point": -0.2165354330708662, "value": 0.563757792461471}, {"at_point": -0.1771653543307088, "value": 0.5878912280804327}, {"at_point": -0.13779527559055138, "value": 0.6104923989433578}, {"at_point": -0.09842519685039353, "value": 0.6310092697292746}, {"at_point": -0.059055118110236116, "value": 0.6488647476240781}, {"at_point": -0.019685039370078705, "value": 0.6634822989811258}, {"at_point": 0.019685039370078705, "value": 0.6743175447893663}, {"at_point": 0.059055118110236116, "value": 0.6808937797464502}, {"at_point": 0.09842519685039353, "value": 0.6828381712423597}, {"at_point": 0.13779527559055094, "value": 0.6799145005074927}, {"at_point": 0.1771653543307088, "value": 0.6720480228035897}, {"at_point": 0.2165354330708662, "value": 0.6593385712811154}, {"at_point": 0.2559055118110236, "value": 0.6420594358689553}, {"at_point": 0.295275590551181, "value": 0.6206415861779712}, {"at_point": 0.33464566929133843, "value": 0.5956450329947243}, {"at_point": 0.37401574803149584, "value": 0.5677210117892549}, {"at_point": 0.4133858267716537, "value": 0.5375697923543781}, {"at_point": 0.4527559055118111, "value": 0.5058990728614475}, {"at_point": 0.4921259842519685, "value": 0.4733871830215717}, {"at_point": 0.5314960629921259, "value": 0.44065399423467777}, {"at_point": 0.5708661417322833, "value": 0.4082408988455392}, {"at_point": 0.6102362204724407, "value": 0.37659982114466706}, {"at_point": 0.6496062992125982, "value": 0.34609018286860943}, {"at_point": 0.688976377952756, "value": 0.31698214587955903}, {"at_point": 0.7283464566929134, "value": 0.2894642588016512}, {"at_point": 0.7677165354330708, "value": 0.2636537405042106}, {"at_point": 0.8070866141732282, "value": 0.23960792046857984}, {"at_point": 0.8464566929133857, "value": 0.21733571737822638}, {"at_point": 0.8858267716535431, "value": 0.19680839553440166}, {"at_point": 0.9251968503937009, "value": 0.17796914845982684}, {"at_point": 0.9645669291338583, "value": 0.16074130096278524}, {"at_point": 1.0039370078740157, "value": 0.14503509348017876}, {"at_point": 1.0433070866141732, "value": 0.13075312423557564}, {"at_point": 1.0826771653543306, "value": 0.1177945883310711}, {"at_point": 1.122047244094488, "value": 0.10605848142766615}, {"at_point": 1.1614173228346458, "value": 0.09544594063776145}, {"at_point": 1.2007874015748032, "value": 0.08586188575232018}, {"at_point": 1.2401574803149606, "value": 0.07721610662486117}, {"at_point": 1.279527559055118, "value": 0.06942392199928384}, {"at_point": 1.3188976377952755, "value": 0.06240651420459248}, {"at_point": 1.3582677165354329, "value": 0.05609102463737502}, {"at_point": 1.3976377952755903, "value": 0.050410477665127885}, {"at_point": 1.4370078740157481, "value": 0.04530358581925286}, {"at_point": 1.4763779527559056, "value": 0.040714476885865714}, {"at_point": 1.515748031496063, "value": 0.03659237354450013}, {"at_point": 1.5551181102362204, "value": 0.03289124826467349}, {"at_point": 1.5944881889763778, "value": 0.029569469939598712}, {"at_point": 1.6338582677165352, "value": 0.02658945391761315}, {"at_point": 1.6732283464566926, "value": 0.023917323416509546}, {"at_point": 1.71259842519685, "value": 0.021522587541469546}, {"at_point": 1.7519685039370074, "value": 0.01937783907860285}, {"at_point": 1.7913385826771657, "value": 0.017458473743040503}, {"at_point": 1.8307086614173231, "value": 0.015742431493991772}, {"at_point": 1.8700787401574805, "value": 0.014209959786507097}, {"at_point": 1.909448818897638, "value": 0.0128433981302989}, {"at_point": 1.9488188976377954, "value": 0.011626983007239383}, {"at_point": 1.9881889763779528, "value": 0.01054667201292033}, {"at_point": 2.02755905511811, "value": 0.00958998599718211}, {"at_point": 2.0669291338582676, "value": 0.008745867956095933}, {"at_point": 2.106299212598425, "value": 0.008004557452756725}, {"at_point": 2.1456692913385824, "value": 0.007357479401080417}, {"at_point": 2.18503937007874, "value": 0.006797146124396865}, {"at_point": 2.2244094488188972, "value": 0.006317071690900174}, {"at_point": 2.2637795275590546, "value": 0.005911697625298102}, {"at_point": 2.303149606299213, "value": 0.005576329196347681}, {"at_point": 2.3425196850393704, "value": 0.005307081580833889}, {"at_point": 2.3818897637795278, "value": 0.005100835304295822}, {"at_point": 2.421259842519685, "value": 0.004955200456592805}, {"at_point": 2.4606299212598426, "value": 0.004868489275848075}, {"at_point": 2.5, "value": 0.004839696787444073}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/43f216fd-1ebc-435a-9c9d-ce3b37f5545e/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows a Heston process
200
null
[{"at_point": 25, "iv": 0.7312156946854926, "value": 30.73189415242812}, {"at_point": 30.555555555555557, "iv": 0.7070328045094586, "value": 27.06609369520123}, {"at_point": 36.111111111111114, "iv": 0.6889455378156619, "value": 23.71906796713607}, {"at_point": 41.666666666666664, "iv": 0.6758989081083138, "value": 20.71561014936256}, {"at_point": 47.22222222222222, "iv": 0.6671081971453771, "value": 18.06531306975112}, {"at_point": 52.77777777777778, "iv": 0.6618834719717683, "value": 15.761331548648052}, {"at_point": 58.33333333333333, "iv": 0.6595725703797433, "value": 13.782150082392505}, {"at_point": 63.888888888888886, "iv": 0.6595640524541427, "value": 12.095889044169873}, {"at_point": 69.44444444444444, "iv": 0.6613105691650758, "value": 10.66556420465804}, {"at_point": 75, "iv": 0.6643480831590762, "value": 9.453686180803771}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}, "iv": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/43f216fd-1ebc-435a-9c9d-ce3b37f5545e/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeHestonOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows a Heston process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/12629a3f-8a3c-4e8d-a686-d53c7e75ed35/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended Merton process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/12629a3f-8a3c-4e8d-a686-d53c7e75ed35/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeMertonOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended Merton process
200
null
[{"at_point": 25, "iv": 0.7312156946854926, "value": 30.73189415242812}, {"at_point": 30.555555555555557, "iv": 0.7070328045094586, "value": 27.06609369520123}, {"at_point": 36.111111111111114, "iv": 0.6889455378156619, "value": 23.71906796713607}, {"at_point": 41.666666666666664, "iv": 0.6758989081083138, "value": 20.71561014936256}, {"at_point": 47.22222222222222, "iv": 0.6671081971453771, "value": 18.06531306975112}, {"at_point": 52.77777777777778, "iv": 0.6618834719717683, "value": 15.761331548648052}, {"at_point": 58.33333333333333, "iv": 0.6595725703797433, "value": 13.782150082392505}, {"at_point": 63.888888888888886, "iv": 0.6595640524541427, "value": 12.095889044169873}, {"at_point": 69.44444444444444, "iv": 0.6613105691650758, "value": 10.66556420465804}, {"at_point": 75, "iv": 0.6643480831590762, "value": 9.453686180803771}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}, "iv": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/c69ed8a6-4217-4f06-b1f8-6d5deecd3dfd/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYMetric
Computes value at risk and expected shortfall for extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/c69ed8a6-4217-4f06-b1f8-6d5deecd3dfd/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYMetric
Computes value at risk and expected shortfall for extended CGMY process
200
null
{"expected_shortfall": 0.5899624494097084, "value_at_risk": -0.009528544711918437}
{"type": "object", "properties": {"value_at_risk": {"type": "number"}, "expected_shortfall": {"type": "number"}}, "required": ["value_at_risk", "expected_shortfall"], "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/32d21bf7-1c36-4657-bcb3-929d34c42eea/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getCGMYRange
Obtains the constraints that the parameters in the post requests are required to conform to for CGMY.
200
null
{"c": {"lower": 0, "upper": 10, "type": "float", "description": "Parameter C from CGMY, controls overall level of jump frequency"}, "g": {"lower": 0, "upper": 20, "type": "float", "description": "Parameter G from CGMY, controls rate of decay for left side of asset distribution"}, "m": {"lower": 0, "upper": 20, "type": "float", "description": "Parameter M from CGMY, controls rate of decay for right side of asset distribution"}, "y": {"lower": -2, "upper": 2, "type": "float", "description": "Parameter Y from CGMY, characterizes fine structure of jumps"}, "v0": {"lower": 0, "upper": 2, "type": "float", "description": "Initial value of the time-change diffusion"}, "speed": {"lower": 0, "upper": 2, "type": "float", "description": "Rate at which time-change diffusion reverts to mean"}, "eta_v": {"lower": 0, "upper": 0.5, "type": "float", "description": "Volatility of time-change diffusion"}, "sigma": {"lower": 0, "upper": 1, "type": "float", "description": "Volatility of diffusion component of asset process"}, "rho": {"lower": -1, "upper": 1, "type": "float", "description": "Correlation between asset and time-change diffusions"}}
{"type": "object", "properties": {"c": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "g": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "m": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "y": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "v0": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "speed": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "eta_v": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "sigma": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "rho": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}}, "additionalProperties": false}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/32d21bf7-1c36-4657-bcb3-929d34c42eea/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getCGMYRange
Obtains the constraints that the parameters in the post requests are required to conform to for CGMY.
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/663c2dc1-c13d-475e-910a-232ae8dc8bb7/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended CGMY process
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/663c2dc1-c13d-475e-910a-232ae8dc8bb7/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
computeCGMYOptions
Computes European option prices, implied volatilities, and sensitivities at every strike price for an asset that follows an extended CGMY process
200
null
[{"at_point": 25, "iv": 0.7312156946854926, "value": 30.73189415242812}, {"at_point": 30.555555555555557, "iv": 0.7070328045094586, "value": 27.06609369520123}, {"at_point": 36.111111111111114, "iv": 0.6889455378156619, "value": 23.71906796713607}, {"at_point": 41.666666666666664, "iv": 0.6758989081083138, "value": 20.71561014936256}, {"at_point": 47.22222222222222, "iv": 0.6671081971453771, "value": 18.06531306975112}, {"at_point": 52.77777777777778, "iv": 0.6618834719717683, "value": 15.761331548648052}, {"at_point": 58.33333333333333, "iv": 0.6595725703797433, "value": 13.782150082392505}, {"at_point": 63.888888888888886, "iv": 0.6595640524541427, "value": 12.095889044169873}, {"at_point": 69.44444444444444, "iv": 0.6613105691650758, "value": 10.66556420465804}, {"at_point": 75, "iv": 0.6643480831590762, "value": 9.453686180803771}]
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "number"}, "at_point": {"type": "number"}, "iv": {"type": "number"}}, "required": ["value", "at_point"], "additionalProperties": false}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/f1af9475-e0a7-475b-9a04-913e82d91293/0/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getMarketRange
Obtains the constraints that correspond with the market.
400
null
{"err": ""}
{"type": "object", "properties": {"err": {"type": "string"}}}
f9710e26-84c3-4c75-88ce-8ee99f9a3985/f1af9475-e0a7-475b-9a04-913e82d91293/1/0
finside
Option pricing using advanced models such as Heston, Extended Merton, and Extended CGMY.
null
getMarketRange
Obtains the constraints that correspond with the market.
200
null
{"asset": {"lower": 0, "upper": 1000000, "types": "float", "description": "Underlying asset"}, "maturity": {"lower": 0, "upper": 1000000, "types": "float", "description": "Time in years till option expiration"}, "num_u": {"lower": 5, "upper": 10, "types": "int", "description": "Exponent for the precision of the numeric inversion. For example, 8 represents 2^8=256."}, "quantile": {"lower": 0, "upper": 1, "types": "float", "description": "Quantile of (risk-neutral) distribution of the underlying asset. For example, 0.05 would map to a 95% VaR."}, "rate": {"lower": 0, "upper": 0.4, "types": "float", "description": "Annualized risk-free interest rate"}}
{"type": "object", "properties": {"rate": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "asset": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "maturity": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "num_u": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}, "quantile": {"type": "object", "properties": {"lower": {"type": "number"}, "upper": {"type": "number"}, "types": {"type": "string"}, "description": {"type": "string"}}, "required": ["lower", "upper", "types", "description"], "additionalProperties": false}}}
4bdc186d-e489-4609-a738-434286d34f19/fdbca65c-02e3-457b-8288-7bf29e4a74af/0/0
Currency Converter
Provides currency exchange rates based on the markets and national central banks data.
null
Convert currency
Convert currency
200
Convert currency
{"from": "USD", "to": "CAD", "amount": "4720", "result": "6,076.0717 Canadian Dollars", "rates": {"from": "1 USD = 1.28730 CAD", "to": "1 CAD = 0.776818 USD"}}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "amount": {"type": "string"}, "result": {"type": "string"}, "rates": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}}}}
4bdc186d-e489-4609-a738-434286d34f19/4360da06-9547-4b26-870a-d8c61d00ce66/0/0
Currency Converter
Provides currency exchange rates based on the markets and national central banks data.
null
Currency To All Currencies
Currency To All Currencies
200
Currency To All Currencies
{"ADA": "5394.4665715512", "AED": "9453.015", "AFN": "228574.0571997168", "ALL": "295457.9971754268", "AMD": "1077033.6218028816", "ANG": "4607.4289454622", "AOA": "1110700.3770812664", "ARS": "314801.9608818942", "ATS": "33951.9760266258", "AUD": "3710.1875968872", "AWG": "4607.46", "AZM": "21865892.315704606", "AZN": "4373.178463110599", "BAM": "4825.7881929972", "BBD": "5148", "BCH": "19.4330917638", "BDT": "239109.43650757018", "BEF": "99534.1175496954", "BGN": "4825.7881929972", "BHD": "967.824", "BIF": "5285390.614528939", "BMD": "2574", "BND": "3586.286699424", "BOB": "17738.180867979", "BRL": "13136.159916851399", "BSD": "2574", "BTN": "201031.66007058418", "BWP": "30867.9756012342", "BYN": "8696.3206604274", "BYR": "86963206.60465907", "BZD": "5198.808255498", "CAD": "3312.4101527088", "CDF": "5160167.957055969", "CHF": "2565.3100115214", "CLF": "80.1473937264", "CLP": "2211592.409015418", "CNH": "17425.095475788", "CNY": "17387.6888467854", "COP": "10220809.79433005", "CRC": "1780806.0666982015", "CUC": "2574", "CUP": "62021.669205553204", "CVE": "272078.689887576", "CYP": "1444.09706298", "CZK": "61041.3427019682", "DEM": "4825.7881929972", "DJF": "457578.0232482888", "DKK": "18356.7134249928", "DOGE": "46507.747028886", "DOP": "141801.47627534458", "DOT": "360.899725329", "DZD": "377762.86554383516", "EEK": "38606.3055439776", "EGP": "48175.32266015041", "ERN": "38610", "ESP": "410538.5408147166", "ETB": "135097.0081780176", "ETH": "2.0793526182", "EUR": "2467.3863233448", "FIM": "14670.4128850422", "FJD": "5642.129187981", "FKP": "2117.8827338526", "FRF": "16184.9933058528", "GBP": "2117.8827338526", "GEL": "7566.33768462", "GGP": "2117.8827338526", "GHC": "205015234.35324737", "GHS": "20501.523435393003", "GIP": "2117.8827338526", "GMD": "139236.9411997278", "GNF": "22775166.194733296", "GRD": "840761.8897178357", "GTQ": "19931.057464289403", "GYD": "538920.8912054682", "HKD": "20206.0179429966", "HNL": "63818.81838446399", "HRK": "18559.2773446938", "HTG": "293832.3469969602", "HUF": "988796.1134891268", "IDR": "38008347.140499026", "IEP": "1943.224642359", "ILS": "8912.4541822602", "IMP": "2117.8827338526", "INR": "201031.66007058418", "IQD": "3757986.597601665", "IRR": "109066021.57517849", "ISK": "341654.15543070243", "ITL": "4777526.116519042", "JEP": "2117.8827338526", "JMD": "395502.5336422446", "JOD": "1824.966", "JPY": "345395.1264660468", "KES": "301726.39683880983", "KGS": "204635.7920492028", "KHR": "10430573.583960388", "KMF": "1213874.4979317528", "KPW": "2316814.0619499017", "KRW": "3320065.335532889", "KWD": "790.2692833464", "KYD": "2110.6880967744", "KZT": "1125479.5062357131", "LAK": "37762592.15186018", "LBP": "3880305", "LINK": "431.4757801068", "LKR": "926623.5124221505", "LRD": "391356.17081280716", "LSL": "41378.547399532195", "LTC": "58.221383477399996", "LTL": "8519.3914975884", "LUF": "99534.1175496954", "LUNA": "9.993010770594918E+30", "LVL": "1734.0791081327998", "LYD": "12355.4549024478", "MAD": "25797.65098482", "MDL": "49138.3257717924", "MGA": "10429404.982191795", "MGF": "52147024.91095846", "MKD": "151277.94317518742", "MMK": "4776564.8556782445", "MNT": "8066497.27310161", "MOP": "20812.1984814744", "MRO": "939911.4644896548", "MRU": "93991.146448914", "MTL": "1059.2489487294001", "MUR": "113408.8538018436", "MVR": "39565.2637469232", "MWK": "2624634.191689567", "MXN": "52588.7399175138", "MXV": "7591.629210165", "MYR": "11336.259784707", "MZM": "164459322.51642036", "MZN": "164459.32251631742", "NAD": "41378.547399532195", "NGN": "1068527.2636726974", "NIO": "92038.3371131796", "NLG": "5437.4039149716", "NOK": "25480.942655711402", "NPR": "321801.4298579652", "NZD": "4106.8469129688", "OMR": "989.703", "PAB": "2574", "PEN": "9726.9199634178", "PGK": "9068.067209916", "PHP": "137253.8856322062", "PKR": "525735.2132511337", "PLN": "11477.674613690999", "PTE": "494666.544899241", "PYG": "17688436.70565732", "QAR": "9369.36", "ROL": "121974639.07752362", "RON": "12197.4639078006", "RSD": "289563.5182905036", "RUB": "148077.3019719708", "RWF": "2655236.181492952", "SAR": "9652.5", "SBD": "20955.1870561176", "SCR": "34369.629375510005", "SDD": "117472269.41794541", "SDG": "1174722.6941793486", "SEK": "26212.684892308203", "SGD": "3586.286699424", "SHP": "2117.8827338526", "SIT": "591284.4585530454", "SKK": "74332.480380444", "SLE": "33883.5201825978", "SLL": "33883520.18247966", "SOS": "1499114.1859442892", "SPL": "428.99999828399996", "SRD": "55832.0352057468", "SRG": "55832035.205655165", "STD": "60774096.84639373", "STN": "60774.096846434404", "SVC": "22522.5", "SYP": "6467257.952674319", "SZL": "41378.547399532195", "THB": "89857.7915279616", "TJS": "28549.107275574603", "TMM": "44978922.50595632", "TMT": "8995.7845012464", "TND": "7924.819824207", "TOP": "5976.267116905799", "TRL": "44429086427.73701", "TRY": "44429.0864277546", "TTD": "17531.4905297532", "TVD": "3710.1875968872", "TWD": "76608.5907511782", "TZS": "6000150.9945189385", "UAH": "75684.5750558898", "UGX": "9633173.380728697", "UNI": "702.0816971454", "USD": "2574", "UYU": "101915.4565148148", "UZS": "28265453.886337668", "VAL": "4777526.116519042", "VEB": "1365089765229.584", "VED": "13650.897652306201", "VEF": "1365089765.229584", "VES": "13650.897652306201", "VND": "59901050.00420567", "VUV": "299707.722900729", "WST": "6848.347001067", "XAF": "1618499.3305754988", "XAG": "121.0517710974", "XAU": "1.409337072", "BTC": "0.10955561759999999", "XBT": "0.10955561759999999", "XCD": "6949.8271554426", "XDR": "1934.7139723625999", "XLM": "23433.122856429", "XOF": "1618499.3305754988", "XPD": "1.4250930408", "XPF": "294437.50876451336", "XPT": "2.7373102614", "XRP": "8095.0677816294", "YER": "644202.9950892822", "ZAR": "41378.547399532195", "ZMK": "43542731.51506433", "ZMW": "43542.73151514", "ZWD": "931530.6", "ZWL": "836872.3606194665"}
{"type": "object", "properties": {"ADA": {"type": "string"}, "AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "ATS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}, "AZM": {"type": "string"}, "AZN": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BCH": {"type": "string"}, "BDT": {"type": "string"}, "BEF": {"type": "string"}, "BGN": {"type": "string"}, "BHD": {"type": "string"}, "BIF": {"type": "string"}, "BMD": {"type": "string"}, "BND": {"type": "string"}, "BOB": {"type": "string"}, "BRL": {"type": "string"}, "BSD": {"type": "string"}, "BTN": {"type": "string"}, "BWP": {"type": "string"}, "BYN": {"type": "string"}, "BYR": {"type": "string"}, "BZD": {"type": "string"}, "CAD": {"type": "string"}, "CDF": {"type": "string"}, "CHF": {"type": "string"}, "CLF": {"type": "string"}, "CLP": {"type": "string"}, "CNH": {"type": "string"}, "CNY": {"type": "string"}, "COP": {"type": "string"}, "CRC": {"type": "string"}, "CUC": {"type": "string"}, "CUP": {"type": "string"}, "CVE": {"type": "string"}, "CYP": {"type": "string"}, "CZK": {"type": "string"}, "DEM": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOGE": {"type": "string"}, "DOP": {"type": "string"}, "DOT": {"type": "string"}, "DZD": {"type": "string"}, "EEK": {"type": "string"}, "EGP": {"type": "string"}, "ERN": {"type": "string"}, "ESP": {"type": "string"}, "ETB": {"type": "string"}, "ETH": {"type": "string"}, "EUR": {"type": "string"}, "FIM": {"type": "string"}, "FJD": {"type": "string"}, "FKP": {"type": "string"}, "FRF": {"type": "string"}, "GBP": {"type": "string"}, "GEL": {"type": "string"}, "GGP": {"type": "string"}, "GHC": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"type": "string"}, "GRD": {"type": "string"}, "GTQ": {"type": "string"}, "GYD": {"type": "string"}, "HKD": {"type": "string"}, "HNL": {"type": "string"}, "HRK": {"type": "string"}, "HTG": {"type": "string"}, "HUF": {"type": "string"}, "IDR": {"type": "string"}, "IEP": {"type": "string"}, "ILS": {"type": "string"}, "IMP": {"type": "string"}, "INR": {"type": "string"}, "IQD": {"type": "string"}, "IRR": {"type": "string"}, "ISK": {"type": "string"}, "ITL": {"type": "string"}, "JEP": {"type": "string"}, "JMD": {"type": "string"}, "JOD": {"type": "string"}, "JPY": {"type": "string"}, "KES": {"type": "string"}, "KGS": {"type": "string"}, "KHR": {"type": "string"}, "KMF": {"type": "string"}, "KPW": {"type": "string"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KYD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LINK": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "LTC": {"type": "string"}, "LTL": {"type": "string"}, "LUF": {"type": "string"}, "LUNA": {"type": "string"}, "LVL": {"type": "string"}, "LYD": {"type": "string"}, "MAD": {"type": "string"}, "MDL": {"type": "string"}, "MGA": {"type": "string"}, "MGF": {"type": "string"}, "MKD": {"type": "string"}, "MMK": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MRO": {"type": "string"}, "MRU": {"type": "string"}, "MTL": {"type": "string"}, "MUR": {"type": "string"}, "MVR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MXV": {"type": "string"}, "MYR": {"type": "string"}, "MZM": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"type": "string"}, "NLG": {"type": "string"}, "NOK": {"type": "string"}, "NPR": {"type": "string"}, "NZD": {"type": "string"}, "OMR": {"type": "string"}, "PAB": {"type": "string"}, "PEN": {"type": "string"}, "PGK": {"type": "string"}, "PHP": {"type": "string"}, "PKR": {"type": "string"}, "PLN": {"type": "string"}, "PTE": {"type": "string"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "ROL": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SDD": {"type": "string"}, "SDG": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SHP": {"type": "string"}, "SIT": {"type": "string"}, "SKK": {"type": "string"}, "SLE": {"type": "string"}, "SLL": {"type": "string"}, "SOS": {"type": "string"}, "SPL": {"type": "string"}, "SRD": {"type": "string"}, "SRG": {"type": "string"}, "STD": {"type": "string"}, "STN": {"type": "string"}, "SVC": {"type": "string"}, "SYP": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TJS": {"type": "string"}, "TMM": {"type": "string"}, "TMT": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRL": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TVD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "UNI": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "UZS": {"type": "string"}, "VAL": {"type": "string"}, "VEB": {"type": "string"}, "VED": {"type": "string"}, "VEF": {"type": "string"}, "VES": {"type": "string"}, "VND": {"type": "string"}, "VUV": {"type": "string"}, "WST": {"type": "string"}, "XAF": {"type": "string"}, "XAG": {"type": "string"}, "XAU": {"type": "string"}, "BTC": {"type": "string"}, "XBT": {"type": "string"}, "XCD": {"type": "string"}, "XDR": {"type": "string"}, "XLM": {"type": "string"}, "XOF": {"type": "string"}, "XPD": {"type": "string"}, "XPF": {"type": "string"}, "XPT": {"type": "string"}, "XRP": {"type": "string"}, "YER": {"type": "string"}, "ZAR": {"type": "string"}, "ZMK": {"type": "string"}, "ZMW": {"type": "string"}, "ZWD": {"type": "string"}, "ZWL": {"type": "string"}}}
4bdc186d-e489-4609-a738-434286d34f19/bd9ccc00-0f76-4926-b868-1e7328bdeb33/0/0
Currency Converter
Provides currency exchange rates based on the markets and national central banks data.
null
Historical Currency Rates
Historical Currency Rates
200
Historical Currency Rates
[{"currency": "USD", "rate": "1", "inverse": "1", "encyclopediaSlug": "usd-us-dollar"}, {"currency": "EUR", "rate": "0.9075528661", "inverse": "1.1018641859369256", "encyclopediaSlug": "eur-euro"}, {"currency": "GBP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "gbp-british-pound"}, {"currency": "INR", "rate": "74.9109549907", "inverse": "0.013349182374248831", "encyclopediaSlug": "inr-indian-rupee"}, {"currency": "AUD", "rate": "1.6539886354", "inverse": "0.6045990755904803", "encyclopediaSlug": "aud-australian-dollar"}, {"currency": "CAD", "rate": "1.403762764", "inverse": "0.7123710826682107", "encyclopediaSlug": "cad-canadian-dollar"}, {"currency": "SGD", "rate": "1.4312564816", "inverse": "0.6986867922387336", "encyclopediaSlug": "sgd-singapore-dollar"}, {"currency": "CHF", "rate": "0.9645211816", "inverse": "1.0367838665203244", "encyclopediaSlug": "chf-swiss-franc"}, {"currency": "MYR", "rate": "4.3338959221", "inverse": "0.23073927430990257", "encyclopediaSlug": "myr-malaysian-ringgit"}, {"currency": "JPY", "rate": "109.4472704009", "inverse": "0.00913681991644971", "encyclopediaSlug": "jpy-japanese-yen"}, {"currency": "CNY", "rate": "7.0718290465", "inverse": "0.14140613318345435", "encyclopediaSlug": "cny-chinese-yuan-renminbi"}, {"currency": "NZD", "rate": "1.6789367675", "inverse": "0.5956150459966623", "encyclopediaSlug": "nzd-new-zealand-dollar"}, {"currency": "THB", "rate": "32.6008306966", "inverse": "0.030674065004861726", "encyclopediaSlug": "thb-thai-baht"}, {"currency": "HUF", "rate": "321.8315178862", "inverse": "0.0031072158704903512", "encyclopediaSlug": "huf-hungarian-forint"}, {"currency": "AED", "rate": "3.6725", "inverse": "0.27229407760381213", "encyclopediaSlug": "aed-emirati-dirham"}, {"currency": "HKD", "rate": "7.7527789056", "inverse": "0.12898600774977323", "encyclopediaSlug": "hkd-hong-kong-dollar"}, {"currency": "MXN", "rate": "23.1233486483", "inverse": "0.04324633145526346", "encyclopediaSlug": "mxn-mexican-peso"}, {"currency": "ZAR", "rate": "17.2899758422", "inverse": "0.05783698075270177", "encyclopediaSlug": "zar-south-african-rand"}, {"currency": "PHP", "rate": "50.6881760901", "inverse": "0.019728466816846302", "encyclopediaSlug": "php-philippine-peso"}, {"currency": "SEK", "rate": "9.9550462599", "inverse": "0.10045156736519728", "encyclopediaSlug": "sek-swedish-krona"}, {"currency": "IDR", "rate": "16228.1348681594", "inverse": "6.162137596983259E-05", "encyclopediaSlug": "idr-indonesian-rupiah"}, {"currency": "BRL", "rate": "4.9985880167", "inverse": "0.20005649528608008", "encyclopediaSlug": "brl-brazilian-real"}, {"currency": "SAR", "rate": "3.75", "inverse": "0.26666666666666666", "encyclopediaSlug": "sar-saudi-arabian-riyal"}, {"currency": "TRY", "rate": "6.3861801754", "inverse": "0.15658812819783383", "encyclopediaSlug": "try-turkish-lira"}, {"currency": "KES", "rate": "105.0828596614", "inverse": "0.009516299834456534", "encyclopediaSlug": "kes-kenyan-shilling"}, {"currency": "KRW", "rate": "1216.7588452812", "inverse": "0.0008218555417765583", "encyclopediaSlug": "krw-south-korean-won"}, {"currency": "EGP", "rate": "15.7490833756", "inverse": "0.0634957588420223", "encyclopediaSlug": "egp-egyptian-pound"}, {"currency": "IQD", "rate": "1185.5218612049", "inverse": "0.0008435103836749618", "encyclopediaSlug": "iqd-iraqi-dinar"}, {"currency": "NOK", "rate": "10.4045196467", "inverse": "0.0961120776312984", "encyclopediaSlug": "nok-norwegian-krone"}, {"currency": "KWD", "rate": "0.3151001885", "inverse": "3.1735937853937526", "encyclopediaSlug": "kwd-kuwaiti-dinar"}, {"currency": "RUB", "rate": "77.0926017793", "inverse": "0.012971413299330473", "encyclopediaSlug": "rub-russian-ruble"}, {"currency": "DKK", "rate": "6.7750312372", "inverse": "0.14760079547814486", "encyclopediaSlug": "dkk-danish-krone"}, {"currency": "PKR", "rate": "164.1724084433", "inverse": "0.00609115751838025", "encyclopediaSlug": "pkr-pakistani-rupee"}, {"currency": "ILS", "rate": "3.5803246861", "inverse": "0.2793042775931271", "encyclopediaSlug": "ils-israeli-shekel"}, {"currency": "PLN", "rate": "4.129135505", "inverse": "0.24218144422460652", "encyclopediaSlug": "pln-polish-zloty"}, {"currency": "QAR", "rate": "3.64", "inverse": "0.2747252747252747", "encyclopediaSlug": "qar-qatari-riyal"}, {"currency": "XAU", "rate": "0.0006139818", "inverse": "1628.7127729193276", "encyclopediaSlug": "xau-gold-ounce"}, {"currency": "OMR", "rate": "0.3845", "inverse": "2.600780234070221", "encyclopediaSlug": "omr-omani-rial"}, {"currency": "COP", "rate": "3996.1894451219", "inverse": "0.0002502383867763546", "encyclopediaSlug": "cop-colombian-peso"}, {"currency": "CLP", "rate": "829.7215102498", "inverse": "0.0012052236655874272", "encyclopediaSlug": "clp-chilean-peso"}, {"currency": "TWD", "rate": "30.2264069252", "inverse": "0.033083654384547176", "encyclopediaSlug": "twd-taiwan-new-dollar"}, {"currency": "ARS", "rate": "64.2473844824", "inverse": "0.015564835954900876", "encyclopediaSlug": "ars-argentine-peso"}, {"currency": "CZK", "rate": "24.6952478895", "inverse": "0.04049362065424673", "encyclopediaSlug": "czk-czech-koruna"}, {"currency": "VND", "rate": "23652.2303406975", "inverse": "4.227931089776923E-05", "encyclopediaSlug": "vnd-vietnamese-dong"}, {"currency": "MAD", "rate": "9.8349974379", "inverse": "0.10167770823675204", "encyclopediaSlug": "mad-moroccan-dirham"}, {"currency": "JOD", "rate": "0.709", "inverse": "1.4104372355430184", "encyclopediaSlug": "jod-jordanian-dinar"}, {"currency": "BHD", "rate": "0.376", "inverse": "2.6595744680851063", "encyclopediaSlug": "bhd-bahraini-dinar"}, {"currency": "XOF", "rate": "595.3156554165", "inverse": "0.0016797811226724269", "encyclopediaSlug": "xof-cfa-franc"}, {"currency": "LKR", "rate": "187.3822294468", "inverse": "0.005336685356729153", "encyclopediaSlug": "lkr-sri-lankan-rupee"}, {"currency": "UAH", "rate": "28.2749410759", "inverse": "0.03536700562224495", "encyclopediaSlug": "uah-ukrainian-hryvnia"}, {"currency": "NGN", "rate": "369.7924829038", "inverse": "0.002704219383118574", "encyclopediaSlug": "ngn-nigerian-naira"}, {"currency": "TND", "rate": "2.8844436484", "inverse": "0.3466873067722088", "encyclopediaSlug": "tnd-tunisian-dinar"}, {"currency": "UGX", "rate": "3892.1897578716", "inverse": "0.00025692478070412446", "encyclopediaSlug": "ugx-ugandan-shilling"}, {"currency": "RON", "rate": "4.3878667162", "inverse": "0.227901179474755", "encyclopediaSlug": "ron-romanian-leu"}, {"currency": "BDT", "rate": "84.7044669209", "inverse": "0.011805752829231958", "encyclopediaSlug": "bdt-bangladeshi-taka"}, {"currency": "PEN", "rate": "3.438761729", "inverse": "0.29080235236036617", "encyclopediaSlug": "pen-peruvian-sol"}, {"currency": "GEL", "rate": "3.4292744163", "inverse": "0.2916068761504789", "encyclopediaSlug": "gel-georgian-lari"}, {"currency": "XAF", "rate": "595.3156554165", "inverse": "0.0016797811226724269", "encyclopediaSlug": "xaf-central-african-cfa-franc-beac"}, {"currency": "FJD", "rate": "2.3271886372", "inverse": "0.4297030262244527", "encyclopediaSlug": "fjd-fijian-dollar"}, {"currency": "VEF", "rate": "9.9875", "inverse": "0.10012515644555695", "encyclopediaSlug": "vef-venezuelan-bol\u00edvar"}, {"currency": "VES", "rate": "70905.7381977592", "inverse": "1.4103230929081598E-05", "encyclopediaSlug": "ves-venezuelan-bol\u00edvar"}, {"currency": "BYN", "rate": "2.5650646174", "inverse": "0.3898537265753639", "encyclopediaSlug": "byn-belarusian-ruble"}, {"currency": "HRK", "rate": "6.9087451771", "inverse": "0.14474408512194653", "encyclopediaSlug": "hrk-croatian-kuna"}, {"currency": "UZS", "rate": "9546.5779646193", "inverse": "0.00010474957662380313", "encyclopediaSlug": "uzs-uzbekistani-som"}, {"currency": "BGN", "rate": "1.7750191222", "inverse": "0.5633742124200762", "encyclopediaSlug": "bgn-bulgarian-lev"}, {"currency": "DZD", "rate": "124.0027475166", "inverse": "0.008064337444346804", "encyclopediaSlug": "dzd-algerian-dinar"}, {"currency": "IRR", "rate": "41829.6216469297", "inverse": "2.390650358831061E-05", "encyclopediaSlug": "irr-iranian-rial"}, {"currency": "DOP", "rate": "54.0788946264", "inverse": "0.018491502219274734", "encyclopediaSlug": "dop-dominican-peso"}, {"currency": "ISK", "rate": "139.7123394525", "inverse": "0.0071575639196850204", "encyclopediaSlug": "isk-icelandic-krona"}, {"currency": "CRC", "rate": "567.6315888291", "inverse": "0.0017617060425808605", "encyclopediaSlug": "crc-costa-rican-colon"}, {"currency": "XAG", "rate": "0.069029081", "inverse": "14.48664802592403", "encyclopediaSlug": "xag-silver-ounce"}, {"currency": "SYP", "rate": "514.5378470394", "inverse": "0.0019434916318671236", "encyclopediaSlug": "syp-syrian-pound"}, {"currency": "JMD", "rate": "135.0295891425", "inverse": "0.007405784216262969", "encyclopediaSlug": "jmd-jamaican-dollar"}, {"currency": "LYD", "rate": "1.4373947304", "inverse": "0.6957031209664437", "encyclopediaSlug": "lyd-libyan-dinar"}, {"currency": "GHS", "rate": "5.7234806345", "inverse": "0.17471885795720166", "encyclopediaSlug": "ghs-ghanaian-cedi"}, {"currency": "MUR", "rate": "39.3867821077", "inverse": "0.02538922822548895", "encyclopediaSlug": "mur-mauritian-rupee"}, {"currency": "AOA", "rate": "536.6415045158", "inverse": "0.0018634414065723044", "encyclopediaSlug": "aoa-angolan-kwanza"}, {"currency": "UYU", "rate": "44.7289997356", "inverse": "0.022356860334707993", "encyclopediaSlug": "uyu-uruguayan-peso"}, {"currency": "AFN", "rate": "76.1222018025", "inverse": "0.013136771878912705", "encyclopediaSlug": "afn-afghan-afghani"}, {"currency": "LBP", "rate": "1507.5", "inverse": "0.0006633499170812604", "encyclopediaSlug": "lbp-lebanese-pound"}, {"currency": "XPF", "rate": "108.2998646945", "inverse": "0.009233621877745382", "encyclopediaSlug": "xpf-cfp-franc"}, {"currency": "TTD", "rate": "6.7495608765", "inverse": "0.1481577866023415", "encyclopediaSlug": "ttd-trinidadian-dollar"}, {"currency": "TZS", "rate": "2308.2657185738", "inverse": "0.0004332256862601878", "encyclopediaSlug": "tzs-tanzanian-shilling"}, {"currency": "ALL", "rate": "114.7798121951", "inverse": "0.008712333474637715", "encyclopediaSlug": "all-albanian-lek"}, {"currency": "XCD", "rate": "2.7025202995", "inverse": "0.37002497268383605", "encyclopediaSlug": "xcd-east-caribbean-dollar"}, {"currency": "GTQ", "rate": "7.6417837323", "inverse": "0.13085950022024806", "encyclopediaSlug": "gtq-guatemalan-quetzal"}, {"currency": "NPR", "rate": "120.4193601476", "inverse": "0.008304312518969403", "encyclopediaSlug": "npr-nepalese-rupee"}, {"currency": "BOB", "rate": "6.8756927665", "inverse": "0.1454398900532956", "encyclopediaSlug": "bob-bolivian-bol\u00edviano"}, {"currency": "ZWD", "rate": "361.9", "inverse": "0.002763194252555955", "encyclopediaSlug": "zwd-zimbabwean-dollar"}, {"currency": "BBD", "rate": "2", "inverse": "0.5", "encyclopediaSlug": "bbd-barbadian-or-bajan-dollar"}, {"currency": "CUC", "rate": "1", "inverse": "1", "encyclopediaSlug": "cuc-cuban-convertible-peso"}, {"currency": "LAK", "rate": "8920.6339938582", "inverse": "0.00011209965577429738", "encyclopediaSlug": "lak-lao-kip"}, {"currency": "BND", "rate": "1.4312564816", "inverse": "0.6986867922387336", "encyclopediaSlug": "bnd-bruneian-dollar"}, {"currency": "BWP", "rate": "11.3101482382", "inverse": "0.08841617094128813", "encyclopediaSlug": "bwp-botswana-pula"}, {"currency": "HNL", "rate": "24.6661772162", "inverse": "0.040541344985684694", "encyclopediaSlug": "hnl-honduran-lempira"}, {"currency": "PYG", "rate": "6602.7188624872", "inverse": "0.0001514527607227709", "encyclopediaSlug": "pyg-paraguayan-guarani"}, {"currency": "ETB", "rate": "32.7788116457", "inverse": "0.030507512316456483", "encyclopediaSlug": "etb-ethiopian-birr"}, {"currency": "NAD", "rate": "17.2899758422", "inverse": "0.05783698075270177", "encyclopediaSlug": "nad-namibian-dollar"}, {"currency": "PGK", "rate": "3.4246307131", "inverse": "0.29200228689615204", "encyclopediaSlug": "pgk-papua-new-guinean-kina"}, {"currency": "SDG", "rate": "55.2854542726", "inverse": "0.01808794036618072", "encyclopediaSlug": "sdg-sudanese-pound"}, {"currency": "MOP", "rate": "7.9853622727", "inverse": "0.1252291337387103", "encyclopediaSlug": "mop-macau-pataca"}, {"currency": "BMD", "rate": "1", "inverse": "1", "encyclopediaSlug": "bmd-bermudian-dollar"}, {"currency": "NIO", "rate": "33.7223382726", "inverse": "0.02965393419389657", "encyclopediaSlug": "nio-nicaraguan-cordoba"}, {"currency": "BAM", "rate": "1.7750191222", "inverse": "0.5633742124200762", "encyclopediaSlug": "bam-bosnian-convertible-mark"}, {"currency": "KZT", "rate": "446.2846226744", "inverse": "0.002240722510238896", "encyclopediaSlug": "kzt-kazakhstani-tenge"}, {"currency": "PAB", "rate": "1", "inverse": "1", "encyclopediaSlug": "pab-panamanian-balboa"}, {"currency": "GYD", "rate": "207.4919619671", "inverse": "0.004819463802451106", "encyclopediaSlug": "gyd-guyanese-dollar"}, {"currency": "YER", "rate": "250.2011556807", "inverse": "0.003996784096697671", "encyclopediaSlug": "yer-yemeni-rial"}, {"currency": "MGA", "rate": "3745.8555357607", "inverse": "0.0002669617102029863", "encyclopediaSlug": "mga-malagasy-ariary"}, {"currency": "KYD", "rate": "0.8199999443", "inverse": "1.2195122779595535", "encyclopediaSlug": "kyd-caymanian-dollar"}, {"currency": "MZN", "rate": "66.5001342172", "inverse": "0.01503756363459119", "encyclopediaSlug": "mzn-mozambican-metical"}, {"currency": "RSD", "rate": "106.6470778389", "inverse": "0.009376721990550832", "encyclopediaSlug": "rsd-serbian-dinar"}, {"currency": "SCR", "rate": "13.6996401127", "inverse": "0.0729946182362096", "encyclopediaSlug": "scr-seychellois-rupee"}, {"currency": "AMD", "rate": "495.3671427433", "inverse": "0.0020187047418245936", "encyclopediaSlug": "amd-armenian-dram"}, {"currency": "AZN", "rate": "1.6922134661", "inverse": "0.5909419940409019", "encyclopediaSlug": "azn-azerbaijan-manat"}, {"currency": "SBD", "rate": "8.1969056952", "inverse": "0.12199725569437585", "encyclopediaSlug": "sbd-solomon-islander-dollar"}, {"currency": "SLL", "rate": "9789.5738494041", "inverse": "0.00010214949244811825", "encyclopediaSlug": "sll-sierra-leonean-leone"}, {"currency": "TOP", "rate": "2.3625109958", "inverse": "0.42327845321260704", "encyclopediaSlug": "top-tongan-pa'anga"}, {"currency": "BZD", "rate": "2.0087367344", "inverse": "0.49782531621730675", "encyclopediaSlug": "bzd-belizean-dollar"}, {"currency": "GMD", "rate": "50.8823475877", "inverse": "0.01965318125851831", "encyclopediaSlug": "gmd-gambian-dalasi"}, {"currency": "MWK", "rate": "736.4047082565", "inverse": "0.001357948949522042", "encyclopediaSlug": "mwk-malawian-kwacha"}, {"currency": "BIF", "rate": "1895.4392498015", "inverse": "0.0005275821950530596", "encyclopediaSlug": "bif-burundian-franc"}, {"currency": "HTG", "rate": "94.4028745201", "inverse": "0.01059289778074589", "encyclopediaSlug": "htg-haitian-gourde"}, {"currency": "SOS", "rate": "575.2287962599", "inverse": "0.001738438698656838", "encyclopediaSlug": "sos-somali-shilling"}, {"currency": "GNF", "rate": "9522.4335756965", "inverse": "0.00010501517201991688", "encyclopediaSlug": "gnf-guinean-franc"}, {"currency": "MNT", "rate": "2775.1119240058", "inverse": "0.00036034582654112437", "encyclopediaSlug": "mnt-mongolian-tughrik"}, {"currency": "MVR", "rate": "15.4345137339", "inverse": "0.06478986103745035", "encyclopediaSlug": "mvr-maldivian-rufiyaa"}, {"currency": "CDF", "rate": "1707.8644493362", "inverse": "0.0005855265623619442", "encyclopediaSlug": "cdf-congolese-franc"}, {"currency": "STN", "rate": "22.4842669419", "inverse": "0.04447554383623131", "encyclopediaSlug": "stn-sao-tomean-dobra"}, {"currency": "TJS", "rate": "9.6949012253", "inverse": "0.10314700240476724", "encyclopediaSlug": "tjs-tajikistani-somoni"}, {"currency": "KPW", "rate": "900.0528248047", "inverse": "0.0011110458991304064", "encyclopediaSlug": "kpw-north-korean-won"}, {"currency": "KGS", "rate": "79.7395153803", "inverse": "0.01254083367864378", "encyclopediaSlug": "kgs-kyrgyzstani-som"}, {"currency": "LRD", "rate": "197.5709146424", "inverse": "0.005061473758979063", "encyclopediaSlug": "lrd-liberian-dollar"}, {"currency": "LSL", "rate": "17.2899758422", "inverse": "0.05783698075270177", "encyclopediaSlug": "lsl-basotho-loti"}, {"currency": "MMK", "rate": "1396.5289770725", "inverse": "0.0007160610459342338", "encyclopediaSlug": "mmk-burmese-kyat"}, {"currency": "GIP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "gip-gibraltar-pound"}, {"currency": "XPT", "rate": "0.0013734934", "inverse": "728.0704807172717", "encyclopediaSlug": "xpt-platinum-ounce"}, {"currency": "MDL", "rate": "17.9505964501", "inverse": "0.05570845530285592", "encyclopediaSlug": "mdl-moldovan-leu"}, {"currency": "CUP", "rate": "26.5", "inverse": "0.03773584905660377", "encyclopediaSlug": "cup-cuban-peso"}, {"currency": "KHR", "rate": "4052.1721890327", "inverse": "0.000246781220873714", "encyclopediaSlug": "khr-cambodian-riel"}, {"currency": "MKD", "rate": "57.0282888314", "inverse": "0.017535157033317754", "encyclopediaSlug": "mkd-macedonian-denar"}, {"currency": "VUV", "rate": "125.5762071071", "inverse": "0.007963291956629422", "encyclopediaSlug": "vuv-ni-vanuatu-vatu"}, {"currency": "ANG", "rate": "1.789481791", "inverse": "0.5588209978047214", "encyclopediaSlug": "ang-dutch-guilder"}, {"currency": "MRU", "rate": "37.2854721953", "inverse": "0.026820097510420006", "encyclopediaSlug": "mru-mauritanian-ouguiya"}, {"currency": "SZL", "rate": "17.2899758422", "inverse": "0.05783698075270177", "encyclopediaSlug": "szl-swazi-lilangeni"}, {"currency": "CVE", "rate": "100.0758545496", "inverse": "0.0099924202945914", "encyclopediaSlug": "cve-cape-verdean-escudo"}, {"currency": "SRD", "rate": "7.4576770678", "inverse": "0.13409001099252452", "encyclopediaSlug": "srd-surinamese-dollar"}, {"currency": "SVC", "rate": "8.75", "inverse": "0.11428571428571428", "encyclopediaSlug": "svc-salvadoran-colon"}, {"currency": "XPD", "rate": "0.0006001499", "inverse": "1666.2503817796187", "encyclopediaSlug": "xpd-palladium-ounce"}, {"currency": "BSD", "rate": "1", "inverse": "1", "encyclopediaSlug": "bsd-bahamian-dollar"}, {"currency": "XDR", "rate": "0.7338543552", "inverse": "1.3626682091809164", "encyclopediaSlug": "xdr-imf-special-drawing-rights"}, {"currency": "RWF", "rate": "934.3521410928", "inverse": "0.0010702602969694269", "encyclopediaSlug": "rwf-rwandan-franc"}, {"currency": "AWG", "rate": "1.79", "inverse": "0.5586592178770949", "encyclopediaSlug": "awg-aruban-or-dutch-guilder"}, {"currency": "BTN", "rate": "74.9109549907", "inverse": "0.013349182374248831", "encyclopediaSlug": "btn-bhutanese-ngultrum"}, {"currency": "DJF", "rate": "177.8203695222", "inverse": "0.005623652693372425", "encyclopediaSlug": "djf-djiboutian-franc"}, {"currency": "KMF", "rate": "446.4867415624", "inverse": "0.0022397081635631105", "encyclopediaSlug": "kmf-comorian-franc"}, {"currency": "ERN", "rate": "15", "inverse": "0.06666666666666667", "encyclopediaSlug": "ern-eritrean-nakfa"}, {"currency": "FKP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "fkp-falkland-island-pound"}, {"currency": "SHP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "shp-saint-helenian-pound"}, {"currency": "SPL", "rate": "0.166666666", "inverse": "6.000000024", "encyclopediaSlug": "spl-seborgan-luigino"}, {"currency": "WST", "rate": "2.8099323057", "inverse": "0.35588045945857183", "encyclopediaSlug": "wst-samoan-tala"}, {"currency": "JEP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "jep-jersey-pound"}, {"currency": "TMT", "rate": "3.5000471782", "inverse": "0.2857104344845657", "encyclopediaSlug": "tmt-turkmenistani-manat"}, {"currency": "GGP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "ggp-guernsey-pound"}, {"currency": "IMP", "rate": "0.8248519823", "inverse": "1.2123387243510295", "encyclopediaSlug": "imp-isle-of-man-pound"}, {"currency": "TVD", "rate": "1.6539886354", "inverse": "0.6045990755904803", "encyclopediaSlug": "tvd-tuvaluan-dollar"}, {"currency": "ZMW", "rate": "17.8591609318", "inverse": "0.055993672033012545", "encyclopediaSlug": "zmw-zambian-kwacha"}, {"currency": "BCH", "rate": "0.004484273", "inverse": "223.0015879943081", "encyclopediaSlug": "bch-bitcoin-cash"}, {"currency": "CLF", "rate": "0.0308004708", "inverse": "32.46703618569363", "encyclopediaSlug": null}, {"currency": "CNH", "rate": "7.0868214222", "inverse": "0.1411069844186316", "encyclopediaSlug": null}, {"currency": "ETH", "rate": "0.0074049566", "inverse": "135.04468074802762", "encyclopediaSlug": "eth-ethereum"}, {"currency": "LINK", "rate": "0.4446925119", "inverse": "2.2487448590653907", "encyclopediaSlug": "link-chainlink"}, {"currency": "LTC", "rate": "0.0255595659", "inverse": "39.1242951430564", "encyclopediaSlug": "ltc-litecoin"}, {"currency": "MXV", "rate": "3.6195140387", "inverse": "0.27628018272838756", "encyclopediaSlug": null}, {"currency": "XBT", "rate": "0.000151223", "inverse": "6612.750705911138", "encyclopediaSlug": null}, {"currency": "XLM", "rate": "24.7271863858", "inverse": "0.040441317681588984", "encyclopediaSlug": "xlm-stellar-lumen"}, {"currency": "XRP", "rate": "6.1906681471", "inverse": "0.1615334526481519", "encyclopediaSlug": "xrp-ripple"}]
{"type": "array", "items": {"type": "object"}}
4bdc186d-e489-4609-a738-434286d34f19/314c6b2c-8374-4687-9bb3-8497161aef94/0/0
Currency Converter
Provides currency exchange rates based on the markets and national central banks data.
null
Base USD To All Currencies
Base USD To All Currencies
200
Base USD To All Currencies
{"ADA": "2.2091176013", "AED": "3.6725", "AFN": "88.7990783364", "ALL": "114.0903699164", "AMD": "418.415879011", "ANG": "1.7899963278", "AOA": "431.8970064108", "ARS": "122.2937392309", "ATS": "13.187861463", "AUD": "1.4401051273", "AWG": "1.79", "AZM": "8494.8967841579", "AZN": "1.6989793568", "BAM": "1.8744660425", "BBD": "2", "BCH": "0.0076804181", "BDT": "92.8952817359", "BEF": "38.6617306767", "BGN": "1.8744660425", "BHD": "0.376", "BIF": "2053.3717229748", "BMD": "1", "BND": "1.3918057546", "BOB": "6.8913121701", "BRL": "5.1203470548", "BSD": "1", "BTN": "78.1694156977", "BWP": "11.9913291975", "BYN": "3.3785366441", "BYR": "33785.3664405742", "BZD": "2.0197356426", "CAD": "1.2871346727", "CDF": "1996.4969205406", "CHF": "0.9951806079", "CLF": "0.031441247", "CLP": "867.7569101832", "CNH": "6.7740206802", "CNY": "6.7543100908", "COP": "4029.9264750393", "CRC": "691.8238892897", "CUC": "1", "CUP": "24.2089328339", "CVE": "105.6826874067", "CYP": "0.5609261738", "CZK": "23.7062240213", "DEM": "1.8744660425", "DJF": "177.7679400656", "DKK": "7.1304343362", "DOGE": "18.4361134967", "DOP": "55.1397784987", "DOT": "0.1474298869", "DZD": "146.3156717067", "EEK": "14.9957283403", "EGP": "18.6980509247", "ERN": "15", "ESP": "159.4642207931", "ETB": "52.5116784571", "ETH": "0.0008235732", "EUR": "0.9583992691", "FIM": "5.6983832864", "FJD": "2.1908630522", "FKP": "0.822840364", "FRF": "6.2866870938", "GBP": "0.822840364", "GEL": "2.9394720259", "GGP": "0.822840364", "GHC": "79454.3454800396", "GHS": "7.945434548", "GIP": "0.822840364", "GMD": "53.9924007476", "GNF": "8812.4012872713", "GRD": "326.5745509553", "GTQ": "7.7431964743", "GYD": "209.3791422989", "HKD": "7.8499466502", "HNL": "24.7949319151", "HRK": "7.2072511274", "HTG": "114.2124386548", "HUF": "384.2684519881", "IDR": "14779.8900155738", "IEP": "0.754800762", "ILS": "3.4580753803", "IMP": "0.822840364", "INR": "78.1694156977", "IQD": "1460.0148655212", "IRR": "42347.3817892094", "ISK": "132.5570391481", "ITL": "1855.7197528343", "JEP": "0.822840364", "JMD": "153.6586307261", "JOD": "0.709", "JPY": "133.8627400995", "KES": "117.1400044263", "KGS": "79.5014074533", "KHR": "4060.6850674455", "KMF": "471.5015320345", "KPW": "899.9259106066", "KRW": "1293.7035429432", "KWD": "0.3069964668", "KYD": "0.8199763607", "KZT": "437.2546030156", "LAK": "14583.1439785107", "LBP": "1507.5", "LINK": "0.1819068182", "LKR": "360.0065402824", "LRD": "151.9671186369", "LSL": "16.1411078949", "LTC": "0.0235964655", "LTL": "3.3091609964", "LUF": "38.6617306767", "LUNA": "4.0998729039399763E+27", "LVL": "0.6735630063", "LYD": "4.8251273952", "MAD": "10.0040600318", "MDL": "19.0904945019", "MGA": "4054.087609647", "MGF": "20270.438048235", "MKD": "58.7927351957", "MMK": "1856.092194897", "MNT": "3135.5054578516", "MOP": "8.0854450497", "MRO": "365.1521320355", "MRU": "36.5152132035", "MTL": "0.4114408062", "MUR": "44.0656834998", "MVR": "15.3702369262", "MWK": "1019.8574125731", "MXN": "20.4489065936", "MXV": "2.9436200415", "MYR": "4.4041915764", "MZM": "63876.9801979705", "MZN": "63.876980198", "NAD": "16.1411078949", "NGN": "415.1220913985", "NIO": "35.886731306", "NLG": "2.1120340534", "NOK": "9.8883969012", "NPR": "125.1296921782", "NZD": "1.5933789598", "OMR": "0.3845", "PAB": "1", "PEN": "3.7745045288", "PGK": "3.5229576869", "PHP": "53.3163917754", "PKR": "204.2486920404", "PLN": "4.4535132447", "PTE": "192.1418022733", "PYG": "6877.1958970182", "QAR": "3.64", "ROL": "47388.3713371572", "RON": "4.7388371337", "RSD": "112.5017392307", "RUB": "56.70642627", "RWF": "1037.9709254213", "SAR": "3.75", "SBD": "8.1432952502", "SCR": "13.0220905584", "SDD": "45646.2468743945", "SDG": "456.4624687439", "SEK": "10.1702908919", "SGD": "1.3918057546", "SHP": "0.822840364", "SIT": "229.6708008538", "SKK": "28.8727363817", "SLE": "13.1553584389", "SLL": "13155.3584389091", "SOS": "581.3259940152", "SPL": "0.166666666", "SRD": "21.7559994874", "SRG": "21755.9994874175", "STD": "23496.5364762749", "STN": "23.4965364763", "SVC": "8.75", "SYP": "2512.5082093405", "SZL": "16.1411078949", "THB": "34.9232248376", "TJS": "11.0903097494", "TMM": "17467.8258593677", "TMT": "3.4935651719", "TND": "3.0830855184", "TOP": "2.3217904258", "TRL": "17263061.99116722", "TRY": "17.2630619912", "TTD": "6.8110358473", "TVD": "1.4401051273", "TWD": "29.7833499234", "TZS": "2330.899619805", "UAH": "29.4017296367", "UGX": "3734.9712148343", "UNI": "0.2810193389", "USD": "1", "UYU": "39.5935936749", "UZS": "10980.9684724213", "VAL": "1855.7197528343", "VEB": "527619977.3589927", "VED": "5.2761997736", "VEF": "527619.9773589927", "VES": "5.2761997736", "VND": "23248.8941527333", "VUV": "116.4420818099", "WST": "2.6612352899", "XAF": "628.6687093793", "XAG": "0.0474029728", "XAU": "0.0005471518", "BTC": "4.25899E-05", "XBT": "4.25899E-05", "XCD": "2.6999169186", "XDR": "0.7517412921", "XLM": "9.3305169167", "XOF": "628.6687093793", "XPD": "0.0005457452", "XPF": "114.3674545494", "XPT": "0.0010609157", "XRP": "3.2268511372", "YER": "250.192570917", "ZAR": "16.1411078949", "ZMK": "16900.1191317868", "ZMW": "16.9001191318", "ZWD": "361.9", "ZWL": "325.1171287501"}
{"type": "object", "properties": {"ADA": {"type": "string"}, "AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "ATS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}, "AZM": {"type": "string"}, "AZN": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BCH": {"type": "string"}, "BDT": {"type": "string"}, "BEF": {"type": "string"}, "BGN": {"type": "string"}, "BHD": {"type": "string"}, "BIF": {"type": "string"}, "BMD": {"type": "string"}, "BND": {"type": "string"}, "BOB": {"type": "string"}, "BRL": {"type": "string"}, "BSD": {"type": "string"}, "BTN": {"type": "string"}, "BWP": {"type": "string"}, "BYN": {"type": "string"}, "BYR": {"type": "string"}, "BZD": {"type": "string"}, "CAD": {"type": "string"}, "CDF": {"type": "string"}, "CHF": {"type": "string"}, "CLF": {"type": "string"}, "CLP": {"type": "string"}, "CNH": {"type": "string"}, "CNY": {"type": "string"}, "COP": {"type": "string"}, "CRC": {"type": "string"}, "CUC": {"type": "string"}, "CUP": {"type": "string"}, "CVE": {"type": "string"}, "CYP": {"type": "string"}, "CZK": {"type": "string"}, "DEM": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOGE": {"type": "string"}, "DOP": {"type": "string"}, "DOT": {"type": "string"}, "DZD": {"type": "string"}, "EEK": {"type": "string"}, "EGP": {"type": "string"}, "ERN": {"type": "string"}, "ESP": {"type": "string"}, "ETB": {"type": "string"}, "ETH": {"type": "string"}, "EUR": {"type": "string"}, "FIM": {"type": "string"}, "FJD": {"type": "string"}, "FKP": {"type": "string"}, "FRF": {"type": "string"}, "GBP": {"type": "string"}, "GEL": {"type": "string"}, "GGP": {"type": "string"}, "GHC": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"type": "string"}, "GRD": {"type": "string"}, "GTQ": {"type": "string"}, "GYD": {"type": "string"}, "HKD": {"type": "string"}, "HNL": {"type": "string"}, "HRK": {"type": "string"}, "HTG": {"type": "string"}, "HUF": {"type": "string"}, "IDR": {"type": "string"}, "IEP": {"type": "string"}, "ILS": {"type": "string"}, "IMP": {"type": "string"}, "INR": {"type": "string"}, "IQD": {"type": "string"}, "IRR": {"type": "string"}, "ISK": {"type": "string"}, "ITL": {"type": "string"}, "JEP": {"type": "string"}, "JMD": {"type": "string"}, "JOD": {"type": "string"}, "JPY": {"type": "string"}, "KES": {"type": "string"}, "KGS": {"type": "string"}, "KHR": {"type": "string"}, "KMF": {"type": "string"}, "KPW": {"type": "string"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KYD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LINK": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "LTC": {"type": "string"}, "LTL": {"type": "string"}, "LUF": {"type": "string"}, "LUNA": {"type": "string"}, "LVL": {"type": "string"}, "LYD": {"type": "string"}, "MAD": {"type": "string"}, "MDL": {"type": "string"}, "MGA": {"type": "string"}, "MGF": {"type": "string"}, "MKD": {"type": "string"}, "MMK": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MRO": {"type": "string"}, "MRU": {"type": "string"}, "MTL": {"type": "string"}, "MUR": {"type": "string"}, "MVR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MXV": {"type": "string"}, "MYR": {"type": "string"}, "MZM": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"type": "string"}, "NLG": {"type": "string"}, "NOK": {"type": "string"}, "NPR": {"type": "string"}, "NZD": {"type": "string"}, "OMR": {"type": "string"}, "PAB": {"type": "string"}, "PEN": {"type": "string"}, "PGK": {"type": "string"}, "PHP": {"type": "string"}, "PKR": {"type": "string"}, "PLN": {"type": "string"}, "PTE": {"type": "string"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "ROL": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SDD": {"type": "string"}, "SDG": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SHP": {"type": "string"}, "SIT": {"type": "string"}, "SKK": {"type": "string"}, "SLE": {"type": "string"}, "SLL": {"type": "string"}, "SOS": {"type": "string"}, "SPL": {"type": "string"}, "SRD": {"type": "string"}, "SRG": {"type": "string"}, "STD": {"type": "string"}, "STN": {"type": "string"}, "SVC": {"type": "string"}, "SYP": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TJS": {"type": "string"}, "TMM": {"type": "string"}, "TMT": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRL": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TVD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "UNI": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "UZS": {"type": "string"}, "VAL": {"type": "string"}, "VEB": {"type": "string"}, "VED": {"type": "string"}, "VEF": {"type": "string"}, "VES": {"type": "string"}, "VND": {"type": "string"}, "VUV": {"type": "string"}, "WST": {"type": "string"}, "XAF": {"type": "string"}, "XAG": {"type": "string"}, "XAU": {"type": "string"}, "BTC": {"type": "string"}, "XBT": {"type": "string"}, "XCD": {"type": "string"}, "XDR": {"type": "string"}, "XLM": {"type": "string"}, "XOF": {"type": "string"}, "XPD": {"type": "string"}, "XPF": {"type": "string"}, "XPT": {"type": "string"}, "XRP": {"type": "string"}, "YER": {"type": "string"}, "ZAR": {"type": "string"}, "ZMK": {"type": "string"}, "ZMW": {"type": "string"}, "ZWD": {"type": "string"}, "ZWL": {"type": "string"}}}