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
|
---|---|---|---|---|---|---|---|---|---|
97feb445-5042-4344-b5f1-28da484ad1cb/99a271ae-27ee-4ef2-ad40-aa14825ebcd3/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /account/details/{account} | Account bank detailes | 200 | null | [{"provider": "reilsBank", "account": "39eab26c-8788-4375-810c-9807aaf98191", "bankDetails": [{"key": "iban", "value": "GB68PAYR04034497484799"}]}] | {"type": "array", "items": {"required": ["account", "bankDetails", "provider"], "properties": {"provider": {"type": "string", "description": "Account bank details provider"}, "account": {"type": "string", "description": "Account ID", "format": "uuid"}, "bankDetails": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string", "description": "Account bank details title"}, "value": {"type": "string", "description": "Account bank details value"}}}}}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/0085db60-dc29-4f22-98ab-2e1320eab65d/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /posting/{account} | List assets transfers for the account | 200 | null | {"postings": [{"actionKey": "2022-08-15T12:46:21.379Z", "action": "Debit for the sender", "credit": 0, "currency": "GBP", "debit": 13, "amount": 13, "available": 150, "balance": 150, "method": "UKFP", "operation": "withdrawal", "status": "completed"}], "nextPage": true} | {"required": ["nextPage", "postings"], "type": "object", "properties": {"postings": {"type": "array", "items": {"required": ["action", "actionKey", "available", "balance", "credit", "currency", "debit", "method", "operation"], "properties": {"actionKey": {"type": "string", "description": "Posting action key. Transfer action in RFC 3339 (section 5.6)", "format": "date-time"}, "action": {"type": "string", "description": "Description for the posting action (Recipient title)."}, "credit": {"type": "number", "description": "Credit amount"}, "currency": {"type": "string", "description": "Currency code (ISO 4217)"}, "debit": {"type": "number", "description": "Debit amount"}, "amount": {"type": "number", "description": "Total amount (for presentation)"}, "available": {"minimum": 0, "type": "number", "description": "Available amount of currency on account before transfer started"}, "balance": {"minimum": 0, "type": "number", "description": "Balance on account before transfer started"}, "method": {"type": "string", "description": "Transfer method"}, "operation": {"type": "string", "description": "Transfer operation", "enum": ["withdrawal", "deposit", "debit", "credit"]}, "status": {"type": "string", "description": "Posting status", "enum": ["completed", "pending"]}}}}, "nextPage": {"type": "boolean"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/9e0e0e80-6179-439a-8256-6c4ebf970cac/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /posting/statement/ | Statement for the posting | 200 | null | {"client": "39eab26c-8788-4375-810c-9807aaf98191", "actionKey": "2022-08-15T12:46:21.379Z", "transferType": "UKFP", "status": "completed", "amount": 10, "currency": "GPB", "charge": {"action": "transfer", "actionType": "internal", "total": 170, "fee": 20, "percentage": 15, "flat": 5, "release": "2022-07-06T13:42:24.094Z", "holder": "customer"}, "created": "2022-07-06T13:42:24.094Z", "actor": [{"key": "", "value": ""}]} | {"required": ["actionKey", "actor", "amount", "client", "created", "currency", "status", "transferType"], "properties": {"client": {"type": "string", "description": "Client ID", "format": "uuid"}, "actionKey": {"type": "string", "description": "Transfer action key in RFC 3339 (section 5.6)", "format": "date-time"}, "transferType": {"type": "string", "description": "Abbreviation of the transfer type", "enum": ["UKFP", "internal"]}, "status": {"type": "string", "description": "Statement status", "enum": ["completed", "rejected", "pending"]}, "amount": {"minimum": 0, "exclusiveMinimum": true, "type": "number", "description": "How many assets will be send"}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)", "enum": ["GPB", "USD"]}, "charge": {"type": "object", "properties": {"action": {"type": "string", "description": "Service action", "enum": ["transfer"]}, "actionType": {"type": "string", "description": "Action type", "enum": ["internal", "ukFasterPayment"]}, "total": {"minimum": 0, "type": "number", "description": "Total transfer value"}, "fee": {"minimum": 0, "type": "number", "description": "Transfer fee"}, "percentage": {"minimum": 0, "type": "number", "description": "Percentage fee for the transfer"}, "flat": {"minimum": 0, "type": "number", "description": "flat fee for the transfer"}, "release": {"type": "string", "description": "Plane release in RFC 3339 (section 5.6)", "format": "date-time"}, "holder": {"type": "string", "description": "Account type holder", "enum": ["customer", "free", "vip"]}}}, "created": {"type": "string", "description": "When the posting was created in RFC 3339 (section 5.6)", "format": "date-time"}, "actor": {"type": "array", "description": "Recipient or sender attributes", "items": {"required": ["key", "value"], "type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}}}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/1e03033b-fbb1-48bd-b9b0-dba43b924885/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /transfer/uk-faster-payment/ | Send assets to the recipient | 201 | null | {"message": "UK faster payment started", "operationKey": "1661850356838"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Transaction Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/d8f34952-91fe-4973-b965-59fa3e5a7997/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /recipient/search/{currency} | Receive recipient info and default account | 200 | null | [{"isTransferPossible": true, "isRecipientFound": "true", "clientName": "Mark T", "client": "39eab26c-8788-4375-810c-9807aaf98191", "account": "39eab26c-8788-4375-810c-9807aaf98191", "currency": "USD"}] | {"type": "array", "items": {"required": ["account", "client", "clientName", "currency", "isRecipientFound", "isTransferPossible"], "properties": {"isTransferPossible": {"type": "boolean", "description": "True if transfer is possible"}, "isRecipientFound": {"type": "string", "description": "True if recipient was found"}, "clientName": {"type": "string", "description": "Recipient short name (name and the first letter of surname)"}, "client": {"type": "string", "description": "Recipient identifier", "format": "uuid"}, "account": {"type": "string", "description": "Recipient default account identifier for appropriate currency", "format": "uuid"}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)"}}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/9bda708f-3774-4ab6-bdf6-482cd4bb0fe9/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /recipient | Updates recipient title and ttl | 200 | null | {"transactionStatus": "Recipient updated"} | {"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/d36f6bb0-e905-4a62-a501-7abc5c078f27/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /recipient | Delete recipient by recipientKey | 200 | null | {"transactionStatus": "Recipient deleted"} | {"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/3dd82689-e4a7-4e79-9f95-37a3e5923163/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /recipient | List of the recipients for the client | 200 | null | {"recipients": [{"recipientKey": "recipient#1660831535", "transferType": "INTERNAL", "recipientType": "person", "currency": "GBP", "created": "2022-07-06T13:42:24.094Z", "accountNumber": "45564658", "sortCode": "9485394578", "email": "[email protected]", "name": "Taras", "surname": "Bulba", "companyName": "Horns and hooves", "title": "Mark T", "recipient": "39eab26c-8788-4375-810c-9807aaf98191", "accountTo": "49eab26c-8788-4375-810c-9807aaf98234", "clientName": "Mark T", "phone": "380689873682"}], "nextPage": true} | {"required": ["nextPage", "recipients"], "type": "object", "properties": {"recipients": {"type": "array", "items": {"anyOf": [{"required": ["accountNumber", "companyName", "created", "currency", "email", "name", "recipientKey", "recipientType", "sortCode", "surname", "title", "transferType"], "properties": {"recipientKey": {"type": "string", "description": "Unique key for the recipient based on date"}, "transferType": {"type": "string", "description": "Recipient transfer type", "enum": ["UKLT"]}, "recipientType": {"type": "string", "description": "Recipient type", "enum": ["person", "business"]}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)"}, "created": {"type": "string", "description": "When the recipient profile was created in RFC 3339 (section 5.6)", "format": "date-time"}, "accountNumber": {"type": "string", "description": "Recipient account number"}, "sortCode": {"type": "string", "description": "Recipient sort code"}, "email": {"type": "string", "description": "Recipient email"}, "name": {"type": "string", "description": "Recipient first name"}, "surname": {"type": "string", "description": "Recipient last name"}, "companyName": {"type": "string", "description": "Recipient company name"}, "title": {"type": "string", "description": "Recipient title"}}}, {"required": ["accountTo", "clientName", "created", "currency", "phone", "recipient", "recipientKey", "recipientType", "title", "transferType"], "properties": {"recipientKey": {"type": "string", "description": "Unique key for the recipient based on date"}, "transferType": {"type": "string", "description": "Recipient transfer type", "enum": ["INTERNAL"]}, "recipientType": {"type": "string", "description": "Recipient type", "enum": ["person"]}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)"}, "created": {"type": "string", "description": "When the recipient profile was created in RFC 3339 (section 5.6)", "format": "date-time"}, "recipient": {"type": "string", "description": "Recipient identifier (as system client)", "format": "uuid"}, "accountTo": {"type": "string", "description": "System account to which money will income", "format": "uuid"}, "clientName": {"type": "string", "description": "Recipient short name"}, "phone": {"type": "string", "description": "Recipient phone"}, "title": {"type": "string", "description": "Recipient title"}}}]}}, "nextPage": {"type": "boolean"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/df4d14df-7890-41fd-8018-1a58c0106d39/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /transfer/internal/ | Send assets to the recipient account | 201 | null | {"message": "Internal transfer started", "operationKey": "1661850356838"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Transaction Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/ee205c5f-1fcf-4292-ae60-1d102fbe0c25/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /sumsub/access-token | Requests customer token to initialize Sumsub SDK | 200 | null | {"token": "_act-b8ebfb63-5f24-4b89-9c08-5bbabeec986e", "userId": "73f86631-3aa8-4df3-a769-ed820761da8c"} | {"type": "object", "properties": {"token": {"type": "string", "description": "A newly generated access token for an applicant"}, "userId": {"type": "string", "description": "Applicants id"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /sumsub/webhook | Notifies internal service about Sumsub events | 200 | null | {"message": "Processed senseful"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Response message"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/1/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /sumsub/webhook | Notifies internal service about Sumsub events | 500 | null | {"message": "Proses failed"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Server error"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/2/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /sumsub/webhook | Notifies internal service about Sumsub events | 400 | null | {"message": "Invalid payload"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Application error"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/313eb031-a86f-4747-b75e-5b74aa72f4cd/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /client | Client info | 200 | null | {"name": "John", "surname": "Doe", "nationality": "UKR", "birthday": "2017-07-21"} | {"allOf": [{"required": ["birthday", "name", "nationality", "surname"], "properties": {"name": {"maxLength": 15, "minLength": 1, "type": "string", "description": "Client name"}, "surname": {"maxLength": 30, "minLength": 1, "type": "string", "description": "Client surname"}, "nationality": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Country ISO 3166-1 Alpha-3 code"}, "birthday": {"type": "string", "description": "Client birthday in RFC 3339 (section 5.6)", "format": "date"}}}, {"properties": {"client": {"type": "string", "description": "Internal client ID", "format": "uuid"}, "adm": {"type": "string", "description": "Administrative status", "enum": ["adm:active", "adm:blocked", "adm:suspended"]}, "kyc": {"type": "string", "description": "Verification status", "enum": ["kyc:unconfirmed", "kyc:confirmed", "kyc:pending", "kyc:rejected", "kyc:resubmission"]}, "verifier": {"type": "string", "description": "The service that verifies an applicant"}, "applicant": {"type": "string", "description": "Applicant ID in the verification service"}, "agent": {"type": "string", "description": "Internal agent ID", "format": "uuid"}, "context": {"type": "string", "description": "Subset of the client information"}, "created": {"type": "string", "description": "When the client profile was created in RFC 3339 (section 5.6)", "format": "date-time"}, "updated": {"type": "string", "description": "Time of the last update in RFC 3339 (section 5.6)", "format": "date-time"}}}]} |
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /client | Initiate a client with provided answers for onboarding questionnaire | 500 | null | {"message": "Client initiation failed"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Server error"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/1/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /client | Initiate a client with provided answers for onboarding questionnaire | 400 | null | {"message": "The client has been already initiated"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Application error"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/2/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /client | Initiate a client with provided answers for onboarding questionnaire | 201 | null | {"transactionStatus": "Initiation completed"} | {"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/f1948fb0-eb5b-45ea-b573-6b5f14c5c0e0/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /log/{operationKey} | Receive detailed description for the operation status and state | 200 | null | [{"operationKey": "39eab26c-8788-4375-810c-9807aaf98191", "action": "StartCreateAccount", "created": "2022-07-06T19:41:06.356Z", "message": "Top up for the client 181c2bc8-064c account eece470f-0b22-de0f complited"}] | {"type": "array", "items": {"required": ["action", "created", "message", "operationKey"], "properties": {"operationKey": {"type": "string", "description": "A unique key for the operation", "format": "uuid"}, "action": {"type": "string", "description": "Title for the jornal action (state of the transuction)"}, "created": {"type": "string", "description": "Time when the action was commited", "format": "date-time"}, "message": {"type": "string", "description": "Description for the action"}}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/f4164ee7-a0c9-4db0-8d2e-23350ef6de3c/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /fee/payment | Calculates transfer payment according to the fee plan | 200 | null | {"action": "transfer", "actionType": "internal", "amount": 150, "total": 170, "fee": 20, "percentage": 15, "flat": 5, "counter": "flatPlusPercentage", "currency": "USD", "holder": "customer", "release": "2022-07-06T13:42:24.094Z"} | {"required": ["amount", "counter", "currency", "fee", "flat", "holder", "percentage", "release", "total"], "properties": {"action": {"type": "string", "description": "Service action", "enum": ["transfer"]}, "actionType": {"type": "string", "description": "Action type", "enum": ["internal", "ukFasterPayment"]}, "amount": {"minimum": 0, "type": "number", "description": "Client provided amount of assets"}, "total": {"minimum": 0, "type": "number", "description": "Total transfer value"}, "fee": {"minimum": 0, "type": "number", "description": "Transfer fee"}, "percentage": {"minimum": 0, "type": "number", "description": "Percentage fee for the transfer"}, "flat": {"minimum": 0, "type": "number", "description": "flat fee for the transfer"}, "counter": {"type": "string", "description": "How to calculate", "enum": ["flatPlusPercentage", "onlyFlat", "onlyPercentage", "minimumBetweenFlatAndPercentage", "maximumBetweenFlatAndPercentage"]}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)"}, "holder": {"type": "string", "description": "Account type holder", "enum": ["customer", "free", "vip"]}, "release": {"type": "string", "description": "Plane release in RFC 3339 (section 5.6)", "format": "date-time"}}} |
97feb445-5042-4344-b5f1-28da484ad1cb/5440c1fa-41f6-4989-b23c-beccd4e96029/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /client/close | 201 | null | {"message": "Close account started", "operationKey": "1661850356838"} | {"type": "object", "properties": {"message": {"type": "string", "description": "Operation Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}} |
|
97feb445-5042-4344-b5f1-28da484ad1cb/3f743f3c-b51c-4ef5-9903-08c30ce4d726/0/0 | FinHost | Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable. | 0.1 | /fee/plans | Describes fee payments for the services | 200 | null | {"transferPlans": [{"action": "transfer", "actionType": "internal", "title": "Default GBP", "currency": "USD", "plans": [{"range": {}, "flat": 1000, "percentage": 1000, "counter": "flatPlusPercentage"}]}]} | {"type": "object", "properties": {"transferPlans": {"type": "array", "items": {"allOf": [{"properties": {"action": {"type": "string", "description": "Service action", "enum": ["transfer"]}, "actionType": {"type": "string", "description": "Action type", "enum": ["internal", "ukFasterPayment"]}, "title": {"type": "string", "description": "Transfer plan title"}, "currency": {"maxLength": 3, "minLength": 3, "type": "string", "description": "Currency code (ISO 4217)"}, "plans": {"type": "array", "items": {"type": "object", "properties": {"range": {"type": "object", "properties": {"min": {"description": "**Omitted**"}, "max": {"description": "**Omitted**"}}}, "flat": {"type": "number", "description": "Flat fee for the range"}, "percentage": {"type": "number", "description": "Percentage fee for the range"}, "counter": {"type": "string", "description": "How to calculate", "enum": ["flatPlusPercentage", "onlyFlat", "onlyPercentage", "minimumBetweenFlatAndPercentage", "maximumBetweenFlatAndPercentage"]}}}}}}]}}}} |
885a3998-4db8-4125-b6b4-c28f5eced3b0/8395824d-d91f-445f-a1d8-b77adc6c4db7/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/sets/{id} | 200 | null | {"success": true, "message": "", "data": {"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/8395824d-d91f-445f-a1d8-b77adc6c4db7/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/sets/{id} | 200 | null | {"success": true, "message": "", "data": {"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/43a6cb5a-df7d-4f2e-b576-90ab98073e45/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/43a6cb5a-df7d-4f2e-b576-90ab98073e45/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/3d7aa3d7-8cd8-44e5-93cb-9de8cd35b447/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/sets | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/3d7aa3d7-8cd8-44e5-93cb-9de8cd35b447/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/sets | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/1e34e04c-f935-4bb9-b6a1-0013cdae6dcd/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/{id}/sets | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/1e34e04c-f935-4bb9-b6a1-0013cdae6dcd/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/{id}/sets | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "", "promotional": true, "trading": "", "trading_string": ""}, "price_trends": [{"date": "", "price": "", "estimate": 0}], "images": [{"url": "", "alt": "", "mime": ""}]}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "released": {"type": "string", "format": "date-time"}, "set_number": {"type": ["string", "null"]}, "theme": {"type": ["string", "null"]}, "theme_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sub_theme": {"type": ["string", "null"]}, "sub_theme_id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "figures": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pieces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "retail_string": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "market_string": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}, "promotional": {"type": "boolean"}, "trading": {"type": ["string", "null"]}, "trading_string": {"type": ["string", "null"]}}, "additionalProperties": false}, "price_trends": {"type": ["array", "null"], "items": {"type": "object", "properties": {"date": {"type": "string", "format": "date-time"}, "price": {"type": ["string", "null"]}, "label": {}, "estimate": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "additionalProperties": false}}, "images": {"type": ["array", "null"], "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "alt": {"type": ["string", "null"]}, "mime": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/0a352f59-4dd0-40f1-abe4-5e0a755f5030/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/top | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "market": "", "annual_growth": ""}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/0a352f59-4dd0-40f1-abe4-5e0a755f5030/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/top | 200 | null | {"success": true, "message": "", "data": [{"id": 0, "name": "", "market": "", "annual_growth": ""}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/b3f3b757-525b-461d-ae7c-64ca7241fd38/0/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/{id} | 200 | null | {"success": true, "message": "", "data": {"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}}, "additionalProperties": false} |
|
885a3998-4db8-4125-b6b4-c28f5eced3b0/b3f3b757-525b-461d-ae7c-64ca7241fd38/1/0 | Lego Brick Economy | Manage your entire LEGO collection, see it's current value and predict investment returns. | 5.8 | /api/themes/{id} | 200 | null | {"success": true, "message": "", "data": {"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "object", "properties": {"retail": {"type": ["string", "null"]}, "market": {"type": ["string", "null"]}, "growth": {"type": ["string", "null"]}, "annual_growth": {"type": ["string", "null"]}}, "additionalProperties": false}}, "additionalProperties": false}}, "additionalProperties": false} |
|
07ccc820-bafc-4228-86db-4f00742f034f/90ffd841-5153-456b-a760-a7cda3b2389a/0/0 | Job Salary Data | Super Fast and Simple API to get Job Salary/Pay Estimations from all major publishers - Payscale, Glassdoor, ZipRecruiter and many others, all in a single API. | 9.7 | Job Salary | Get estimated job salaries/pay by job title and location. | 200 | Response | {"status": "OK", "request_id": "ba5b67f9-464b-4124-afbe-7416d9173b90", "data": [{"location": "San Francisco, CA", "job_title": "Junior SQL Developer", "publisher_name": "ZipRecruiter", "publisher_link": "https://www.ziprecruiter.com/Salaries/Junior-SQL-Developer-Salary-in-San-Francisco,CA", "min_salary": 49168, "max_salary": 87801, "median_pay": 74480, "salary_period": "YEAR", "salary_currency": "USD"}, {"location": "San Francisco, CA", "job_title": "IOS Developer", "publisher_name": "Glassdoor", "publisher_link": "https://www.glassdoor.com/Hourly-Pay/Gigster-IOS-Developer-San-Francisco-Hourly-Pay-EJI_IE1168400.0,7_KO8,21_IL.22,35_IM759.htm", "min_salary": 13, "max_salary": 336, "median_pay": 67, "salary_period": "HOUR", "salary_currency": "USD"}, {"location": "San Francisco, CA", "job_title": "Python Developer", "publisher_name": "Monster", "publisher_link": "https://www.monster.com/salary/q-python-developer-l-san-francisco-ca", "min_salary": 96013, "max_salary": 158813, "median_pay": 126965, "salary_period": "YEAR", "salary_currency": "USD"}]} | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "job_title": {"type": "string"}, "publisher_name": {"type": "string"}, "publisher_link": {"type": "string"}, "min_salary": {"type": "integer"}, "max_salary": {"type": "integer"}, "median_pay": {"type": "integer"}, "salary_period": {"type": "string"}, "salary_currency": {"type": "string"}}}}}} |
73fa2a41-2742-4fcd-beeb-25d8d0f23fd0/a4e89367-3aba-451a-ad70-29646d85f8cb/0/0 | VerificadorRFC | Verifica ante el Servicio de Administración Tributaria la información proporcionada.
NOTA: Solo funciona en Mexico | 6.7 | Verificar información fiscal | Consulta la información los registros actuales del SAT México | 200 | New Example | {"message": "RFC v\u00e1lido, y susceptible de recibir facturas", "status": "success", "type": "ok"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}}, "required": ["message", "status", "type"]} |
73fa2a41-2742-4fcd-beeb-25d8d0f23fd0/a4e89367-3aba-451a-ad70-29646d85f8cb/0/1 | VerificadorRFC | Verifica ante el Servicio de Administración Tributaria la información proporcionada.
NOTA: Solo funciona en Mexico | 6.7 | Verificar información fiscal | Consulta la información los registros actuales del SAT México | 200 | Válido | {"message": "RFC v\u00e1lido, y susceptible de recibir facturas", "status": "success", "type": "ok"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}}, "required": ["message", "status", "type"]} |
d3eedf15-cb47-495f-95d4-b710ea5ddd20/f9f55431-3dbb-4d94-9d9e-1e5b439344b9/0/0 | Fundamental Analysis API | Fundamental Analysis API to get insight about the news effect possibility on the market price | null | News Url | News URL Input | 200 | Response | {"fundamentalanalysis": "When the 10-year Treasury yield increases, it indicates that the return on government bonds is higher, meaning they're becoming more attractive to investors. This often leads to a shift in the market dynamics where investors move their money out of stocks and into bonds, causing stock prices to decline. This is why Dow drops when Treasury yield tops.\n\nThe \"Dow\" is an index that tracks the stock performance of 30 large, publicly-owned companies based in the United States, so a drop in the Dow indicates a general decline in the broader stock market. Some investors see this as a sign of a weakening economy, leading to further selling and potentially more declines.\n\nThe 5% yield is a significant psychological level that hasn't been reached since 2007. When a level like that is breached, it may cause a stronger negative reaction in the stock market.\n\nThis does, however, present potential opportunities. While some investors are scared off by the market turmoil, others might see this as an opportunity to buy stocks at lower prices. However, investing in such times requires careful consideration and risk management.\n\nAlso, please remember, not all stocks react the same to rising yields. Some sectors, like financials, could potentially benefit from higher interest rates while others, like technology or high-growth", "newsurl": "https://www.cnbc.com/2023/10/19/stock-market-today-live-updates.html", "disclaimer": "This is not an investment advice and may contain invalid information, all risk are not our responsibility"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fundamentalanalysis": {"type": "string"}, "newsurl": {"type": "string"}, "disclaimer": {"type": "string"}}, "required": ["disclaimer", "fundamentalanalysis", "newsurl"]} |
a538b1da-1523-473d-9133-3e59b9d09d3a/8e8cf3d2-8fa7-4917-9d53-7b8757c0421d/0/0 | MacroTrends | Get macroeconomic data to level up your financial apps. | 0 | Copper Prices | Copper yearly prices. | 200 | New Example | {"copper-prices-historical-chart-data": [{"averageclosingprice": 4.5042, "change": -3.75, "closeprice": 4.2945, "highprice": 4.9375, "lowprice": 4.1005, "openprice": 4.4215, "year": 2022}, {"averageclosingprice": 4.2445, "change": 26.83, "closeprice": 4.4618, "highprice": 4.762, "lowprice": 3.5245, "openprice": 3.5545, "year": 2021}, {"averageclosingprice": 2.8013, "change": 25.8, "closeprice": 3.518, "highprice": 3.6275, "lowprice": 2.1005, "openprice": 2.825, "year": 2020}, {"averageclosingprice": 2.7218, "change": 6.31, "closeprice": 2.7964, "highprice": 2.9675, "lowprice": 2.528, "openprice": 2.623, "year": 2019}, {"averageclosingprice": 2.9333, "change": -20.2, "closeprice": 2.6304, "highprice": 3.3, "lowprice": 2.56, "openprice": 3.278, "year": 2018}, {"averageclosingprice": 2.8128, "change": 31.65, "closeprice": 3.2963, "highprice": 3.2995, "lowprice": 2.489, "openprice": 2.489, "year": 2017}, {"averageclosingprice": 2.201, "change": 17.38, "closeprice": 2.5039, "highprice": 2.6915, "lowprice": 1.9435, "openprice": 2.0795, "year": 2016}, {"averageclosingprice": 2.4947, "change": -24.57, "closeprice": 2.1331, "highprice": 2.935, "lowprice": 2.021, "openprice": 2.8175, "year": 2015}, {"averageclosingprice": 3.1058, "change": -16.95, "closeprice": 2.8281, "highprice": 3.3815, "lowprice": 2.8266, "openprice": 3.3815, "year": 2014}, {"averageclosingprice": 3.3385, "change": -6.7, "closeprice": 3.4055, "highprice": 3.7845, "lowprice": 3.0245, "openprice": 3.736, "year": 2013}, {"averageclosingprice": 3.6101, "change": 6.26, "closeprice": 3.6502, "highprice": 3.9785, "lowprice": 3.285, "openprice": 3.5285, "year": 2012}, {"averageclosingprice": 4.0039, "change": -22.73, "closeprice": 3.4351, "highprice": 4.6285, "lowprice": 3.0575, "openprice": 4.4575, "year": 2011}, {"averageclosingprice": 3.4361, "change": 32.99, "closeprice": 4.4455, "highprice": 4.4455, "lowprice": 2.766, "openprice": 3.406, "year": 2010}, {"averageclosingprice": 2.3721, "change": 137.58, "closeprice": 3.3427, "highprice": 3.3427, "lowprice": 1.396, "openprice": 1.461, "year": 2009}, {"averageclosingprice": 3.1145, "change": -53.7, "closeprice": 1.407, "highprice": 4.0635, "lowprice": 1.2595, "openprice": 3.064, "year": 2008}, {"averageclosingprice": 3.2317, "change": 5.97, "closeprice": 3.0389, "highprice": 3.7635, "lowprice": 2.4165, "openprice": 2.649, "year": 2007}, {"averageclosingprice": 3.0597, "change": 38.81, "closeprice": 2.8676, "highprice": 3.923, "lowprice": 2.0485, "openprice": 2.0485, "year": 2006}, {"averageclosingprice": 1.6254, "change": 41.56, "closeprice": 2.0659, "highprice": 2.1679, "lowprice": 1.343, "openprice": 1.4735, "year": 2005}, {"averageclosingprice": 1.2854, "change": 39.66, "closeprice": 1.4594, "highprice": 1.4758, "lowprice": 1.0665, "openprice": 1.087, "year": 2004}, {"averageclosingprice": 0.8126, "change": 48.99, "closeprice": 1.045, "highprice": 1.045, "lowprice": 0.711, "openprice": 0.718, "year": 2003}, {"averageclosingprice": 0.7199, "change": 6.63, "closeprice": 0.7014, "highprice": 0.786, "lowprice": 0.658, "openprice": 0.658, "year": 2002}, {"averageclosingprice": 0.7295, "change": -22.03, "closeprice": 0.6578, "highprice": 0.8615, "lowprice": 0.606, "openprice": 0.8115, "year": 2001}, {"averageclosingprice": 0.8437, "change": -2, "closeprice": 0.8437, "highprice": 0.936, "lowprice": 0.7435, "openprice": 0.848, "year": 2000}, {"averageclosingprice": 0.7265, "change": 28.44, "closeprice": 0.8609, "highprice": 0.8609, "lowprice": 0.6135, "openprice": 0.654, "year": 1999}, {"averageclosingprice": 0.7547, "change": -13.91, "closeprice": 0.6703, "highprice": 0.8565, "lowprice": 0.6515, "openprice": 0.7745, "year": 1998}, {"averageclosingprice": 1.028, "change": -22.73, "closeprice": 0.7786, "highprice": 1.222, "lowprice": 0.7698, "openprice": 1.0215, "year": 1997}, {"averageclosingprice": 1.0385, "change": -17.17, "closeprice": 1.0077, "highprice": 1.2555, "lowprice": 0.8437, "openprice": 1.181, "year": 1996}, {"averageclosingprice": 1.3262, "change": -12.44, "closeprice": 1.2166, "highprice": 1.4575, "lowprice": 1.211, "openprice": 1.337, "year": 1995}, {"averageclosingprice": 1.0653, "change": 66.95, "closeprice": 1.3895, "highprice": 1.3895, "lowprice": 0.786, "openprice": 0.8025, "year": 1994}, {"averageclosingprice": 0.8565, "change": -19.54, "closeprice": 0.8323, "highprice": 1.076, "lowprice": 0.726, "openprice": 1.064, "year": 1993}, {"averageclosingprice": 1.0312, "change": 6.22, "closeprice": 1.0344, "highprice": 1.1635, "lowprice": 0.9435, "openprice": 0.957, "year": 1992}, {"averageclosingprice": 1.0414, "change": -16.87, "closeprice": 0.9738, "highprice": 1.193, "lowprice": 0.9665, "openprice": 1.193, "year": 1991}, {"averageclosingprice": 1.1546, "change": 9.98, "closeprice": 1.1714, "highprice": 1.3355, "lowprice": 0.9565, "openprice": 1.062, "year": 1990}, {"averageclosingprice": 1.2255, "change": -23.21, "closeprice": 1.0651, "highprice": 1.4955, "lowprice": 0.988, "openprice": 1.367, "year": 1989}, {"averageclosingprice": 1.0849, "change": 5.78, "closeprice": 1.387, "highprice": 1.56, "lowprice": 0.8582, "openprice": 1.255, "year": 1988}, {"averageclosingprice": 0.77, "change": 114.95, "closeprice": 1.3112, "highprice": 1.37, "lowprice": 0.602, "openprice": 0.6135, "year": 1987}, {"averageclosingprice": 0.62, "change": -4.69, "closeprice": 0.61, "highprice": 0.686, "lowprice": 0.5695, "openprice": 0.6435, "year": 1986}, {"averageclosingprice": 0.6147, "change": 12.2, "closeprice": 0.64, "highprice": 0.659, "lowprice": 0.564, "openprice": 0.564, "year": 1985}, {"averageclosingprice": 0.6198, "change": -14.55, "closeprice": 0.5704, "highprice": 0.7175, "lowprice": 0.551, "openprice": 0.6595, "year": 1984}, {"averageclosingprice": 0.7264, "change": -3.8, "closeprice": 0.6675, "highprice": 0.815, "lowprice": 0.611, "openprice": 0.713, "year": 1983}, {"averageclosingprice": 0.6662, "change": -7.9, "closeprice": 0.6939, "highprice": 0.759, "lowprice": 0.544, "openprice": 0.759, "year": 1982}, {"averageclosingprice": 0.7995, "change": -12.39, "closeprice": 0.7534, "highprice": 0.909, "lowprice": 0.7085, "openprice": 0.88, "year": 1981}, {"averageclosingprice": 0.9813, "change": -18, "closeprice": 0.8599, "highprice": 1.43, "lowprice": 0.786, "openprice": 1.102, "year": 1980}, {"averageclosingprice": 0.8882, "change": 48.19, "closeprice": 1.0486, "highprice": 1.13, "lowprice": 0.7005, "openprice": 0.7005, "year": 1979}, {"averageclosingprice": 0.6288, "change": 17.66, "closeprice": 0.7076, "highprice": 0.7076, "lowprice": 0.553, "openprice": 0.613, "year": 1978}, {"averageclosingprice": 0.6074, "change": -4.6, "closeprice": 0.6014, "highprice": 0.724, "lowprice": 0.52, "openprice": 0.644, "year": 1977}, {"averageclosingprice": 0.6467, "change": 14.29, "closeprice": 0.6304, "highprice": 0.783, "lowprice": 0.538, "openprice": 0.558, "year": 1976}, {"averageclosingprice": 0.5608, "change": 3.37, "closeprice": 0.5516, "highprice": 0.629, "lowprice": 0.516, "openprice": 0.531, "year": 1975}, {"averageclosingprice": 0.8962, "change": -38.47, "closeprice": 0.5336, "highprice": 1.383, "lowprice": 0.5336, "openprice": 0.856, "year": 1974}, {"averageclosingprice": 0.7682, "change": 73.16, "closeprice": 0.8672, "highprice": 1.0585, "lowprice": 0.502, "openprice": 0.502, "year": 1973}, {"averageclosingprice": 0.4942, "change": 3.02, "closeprice": 0.5008, "highprice": 0.533, "lowprice": 0.461, "openprice": 0.4865, "year": 1972}, {"averageclosingprice": 0.496, "change": 4.63, "closeprice": 0.4861, "highprice": 0.586, "lowprice": 0.4435, "openprice": 0.4685, "year": 1971}, {"averageclosingprice": 0.621, "change": -36.38, "closeprice": 0.4646, "highprice": 0.771, "lowprice": 0.4545, "openprice": 0.718, "year": 1970}, {"averageclosingprice": 0.6195, "change": 43.67, "closeprice": 0.7303, "highprice": 0.744, "lowprice": 0.504, "openprice": 0.5145, "year": 1969}, {"averageclosingprice": 0.508, "change": -11.72, "closeprice": 0.5083, "highprice": 0.74, "lowprice": 0.433, "openprice": 0.58, "year": 1968}, {"averageclosingprice": 0.4918, "change": 6.57, "closeprice": 0.5758, "highprice": 0.6453, "lowprice": 0.415, "openprice": 0.552, "year": 1967}, {"averageclosingprice": 0.6338, "change": -6.15, "closeprice": 0.5403, "highprice": 0.827, "lowprice": 0.464, "openprice": 0.587, "year": 1966}, {"averageclosingprice": 0.4893, "change": 54.97, "closeprice": 0.5757, "highprice": 0.6045, "lowprice": 0.3655, "openprice": 0.378, "year": 1965}, {"averageclosingprice": 0.4032, "change": 21.96, "closeprice": 0.3715, "highprice": 0.5895, "lowprice": 0.3045, "openprice": 0.3055, "year": 1964}, {"averageclosingprice": 0.2976, "change": 5.8, "closeprice": 0.3046, "highprice": 0.3046, "lowprice": 0.287, "openprice": 0.287, "year": 1963}, {"averageclosingprice": 0.2925, "change": -4.51, "closeprice": 0.2879, "highprice": 0.3075, "lowprice": 0.28, "openprice": 0.3019, "year": 1962}, {"averageclosingprice": 0.2981, "change": 8.73, "closeprice": 0.3015, "highprice": 0.3276, "lowprice": 0.2672, "openprice": 0.2767, "year": 1961}, {"averageclosingprice": 0.2983, "change": -13.32, "closeprice": 0.2773, "highprice": 0.3286, "lowprice": 0.2753, "openprice": 0.3187, "year": 1960}]} | {"type": "object", "properties": {"copper-prices-historical-chart-data": {"type": "array", "items": {"type": "object", "properties": {"averageclosingprice": {"type": "number"}, "change": {"type": "number"}, "closeprice": {"type": "number"}, "highprice": {"type": "number"}, "lowprice": {"type": "number"}, "openprice": {"type": "number"}, "year": {"type": "integer"}}}}}} |
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/3e9bb352-5432-463a-ae2a-02631caf3c1c/0/0 | Bloomberg API | Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API | 9 | /bloomberg/agriculture | Bloomberg Agriculture | 200 | Example_1 | {"C 1:COM": {"name": "Corn (CBOT)", "Units": "USd/bu.", "Price": "485.00", "Change": "+1.00", "%Change": "+0.21%", "Contract": "Dec 2023", "Time (EDT)": "3:52 AM"}, "W 1:COM": {"name": "Wheat (CBOT)", "Units": "USd/bu.", "Price": "583.25", "Change": "+2.75", "%Change": "+0.47%", "Contract": "Dec 2023", "Time (EDT)": "3:52 AM"}, "O 1:COM": {"name": "Oats (CBOT)", "Units": "USd/bu.", "Price": "389.25", "Change": "-0.50", "%Change": "-0.13%", "Contract": "Dec 2023", "Time (EDT)": "3:50 AM"}, "RR1:COM": {"name": "Rough Rice (CBOT)", "Units": "USD/cwt", "Price": "16.34", "Change": "-0.02", "%Change": "-0.15%", "Contract": "Jan 2024", "Time (EDT)": "10/24/2023"}, "S 1:COM": {"name": "Soybean (CBOT)", "Units": "USd/bu.", "Price": "1,316.25", "Change": "+1.75", "%Change": "+0.13%", "Contract": "Jan 2024", "Time (EDT)": "3:52 AM"}, "SM1:COM": {"name": "Soybean Meal (CBOT)", "Units": "USD/T.", "Price": "438.40", "Change": "+4.20", "%Change": "+0.97%", "Contract": "Dec 2023", "Time (EDT)": "3:52 AM"}, "BO1:COM": {"name": "Soybean Oil (CBOT)", "Units": "USd/lb.", "Price": "51.35", "Change": "+0.03", "%Change": "+0.06%", "Contract": "Dec 2023", "Time (EDT)": "3:52 AM"}, "RS1:COM": {"name": "Canola (ICE)", "Units": "CAD/MT", "Price": "695.70", "Change": "+5.90", "%Change": "+0.86%", "Contract": "Jan 2024", "Time (EDT)": "3:51 AM"}, "CC1:COM": {"name": "Cocoa (ICE)", "Units": "USD/MT", "Price": "3,729.00", "Change": "-30.00", "%Change": "-0.80%", "Contract": "Dec 2023", "Time (EDT)": "10/24/2023"}, "KC1:COM": {"name": "Coffee 'C' (ICE)", "Units": "USd/lb.", "Price": "168.15", "Change": "+2.30", "%Change": "+1.39%", "Contract": "Dec 2023", "Time (EDT)": "10/24/2023"}, "SB1:COM": {"name": "Sugar #11 (ICE)", "Units": "USd/lb.", "Price": "27.62", "Change": "+0.09", "%Change": "+0.33%", "Contract": "Mar 2024", "Time (EDT)": "3:51 AM"}, "JO1:COM": {"name": "Orange Juice (ICE)", "Units": "USd/lb.", "Price": "384.60", "Change": "+1.15", "%Change": "+0.30%", "Contract": "Jan 2024", "Time (EDT)": "10/24/2023"}, "CT1:COM": {"name": "Cotton #2 (ICE)", "Units": "USd/lb.", "Price": "82.93", "Change": "0.00", "%Change": "0.00%", "Contract": "Dec 2023", "Time (EDT)": "3:50 AM"}, "OL1:COM": {"name": "Wool (ASX)", "Units": "--", "Price": "--", "Change": "--", "%Change": "--", "Contract": "N/A", "Time (EDT)": "--"}, "LB1:COM": {"name": "Lumber (CME)", "Units": "USD/1000 board feet", "Price": "--", "Change": "--", "%Change": "--", "Contract": "N/A", "Time (EDT)": "--"}, "OR1:COM": {"name": "Rubber (Singapore)", "Units": "USd/kg", "Price": "149.30", "Change": "+1.50", "%Change": "+1.01%", "Contract": "Jan 2024", "Time (EDT)": "3:46 AM"}, "DL1:COM": {"name": "Ethanol (CBOT)", "Units": "USD/gal.", "Price": "2.16", "Change": "0.00", "%Change": "0.00%", "Contract": "Nov 2023", "Time (EDT)": "10/24/2023"}, "LC1:COM": {"name": "Live Cattle (CME)", "Units": "USd/lb.", "Price": "178.63", "Change": "+0.28", "%Change": "+0.15%", "Contract": "Dec 2023", "Time (EDT)": "10/24/2023"}, "FC1:COM": {"name": "Feeder Cattle (CME)", "Units": "USd/lb.", "Price": "234.85", "Change": "-0.85", "%Change": "-0.36%", "Contract": "Jan 2024", "Time (EDT)": "10/24/2023"}, "LH1:COM": {"name": "Lean Hogs (CME)", "Units": "USd/lb.", "Price": "66.38", "Change": "+0.20", "%Change": "+0.30%", "Contract": "Dec 2023", "Time (EDT)": "10/24/2023"}} | {"title": "Empty Schema", "type": "object"} |
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/4e86df77-80e6-4f05-9df7-6db7715a6e0e/0/0 | Bloomberg API | Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API | 9 | /bloomberg/energy | Bloomberg Energy | 200 | Example_1 | {"CL1:COM": {"name": "WTI Crude Oil (Nymex)", "Units": "USD/bbl.", "Price": "83.42", "Change": "-0.32", "%Change": "-0.38%", "Contract": "Dec 2023", "Time (EDT)": "3:51 AM"}, "CO1:COM": {"name": "Brent Crude (ICE)", "Units": "USD/bbl.", "Price": "87.84", "Change": "-0.23", "%Change": "-0.26%", "Contract": "Dec 2023", "Time (EDT)": "3:51 AM"}, "CP1:COM": {"name": "Crude Oil (Tokyo)", "Units": "JPY/kl", "Price": "84,550.00", "Change": "-630.00", "%Change": "-0.74%", "Contract": "Oct 2023", "Time (EDT)": "1:40 AM"}, "NG1:COM": {"name": "Natural Gas (Nymex)", "Units": "USD/MMBtu", "Price": "2.98", "Change": "+0.00", "%Change": "+0.13%", "Contract": "Nov 2023", "Time (EDT)": "3:51 AM"}, "XB1:COM": {"name": "RBOB Gasoline (Nymex)", "Units": "USd/gal.", "Price": "226.75", "Change": "-0.01", "%Change": "0.00%", "Contract": "Nov 2023", "Time (EDT)": "3:44 AM"}, "HO1:COM": {"name": "Heating Oil (Nymex)", "Units": "USd/gal.", "Price": "300.49", "Change": "-4.00", "%Change": "-1.31%", "Contract": "Nov 2023", "Time (EDT)": "3:42 AM"}, "QS1:COM": {"name": "Gasoil (Nymex)", "Units": "USD/MT", "Price": "873.50", "Change": "-7.75", "%Change": "-0.88%", "Contract": "Nov 2023", "Time (EDT)": "3:47 AM"}, "JX1:COM": {"name": "Kerosene (Tokyo)", "Units": "JPY/kl", "Price": "73,000.00", "Change": "0.00", "%Change": "0.00%", "Contract": "Apr 2024", "Time (EDT)": "12:00 AM"}, "MO1:COM": {"name": "ECX Emissions (ICE)", "Units": "EUR/MT", "Price": "80.31", "Change": "-0.27", "%Change": "-0.34%", "Contract": "Dec 2023", "Time (EDT)": "3:51 AM"}} | {"title": "Empty Schema", "type": "object"} |
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/48f779fa-7717-4f20-ab01-acd1f10b9497/0/0 | Bloomberg API | Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API | 9 | /bloomberg/commodities | Bloomberg Commodities | 200 | Example_1 | {"BCOMTR:IND": {"name": "Bloomberg Commodity", "Value": "237.78", "Change": "+0.05", "%Change": "+0.02%", "High": "238.13", "Low": "237.44", "Time (EDT)": "4:06 AM"}, "CMCITR:IND": {"name": "UBS Bloomberg CMCI", "Value": "1,542.31", "Change": "+0.44", "%Change": "+0.03%", "High": "1,542.66", "Low": "1,540.81", "Time (EDT)": "4:05 AM"}, "CRYTR:IND": {"name": "Reuters/Jefferies CRB", "Value": "318.87", "Change": "-1.71", "%Change": "-0.53%", "High": "320.58", "Low": "318.87", "Time (EDT)": "10/24/2023"}, "RICIGLTR:IND": {"name": "Rogers International", "Value": "3,824.63", "Change": "-1.72", "%Change": "-0.05%", "High": "3,827.41", "Low": "3,820.54", "Time (EDT)": "4:06 AM"}, "SPGSCITR:IND": {"name": "S&P GSCI", "Value": "3,628.64", "Change": "-44.89", "%Change": "-1.22%", "High": "3,688.43", "Low": "3,608.39", "Time (EDT)": "10/24/2023"}, "CL1:COM": {"name": "WTI Crude Oil (Nymex)", "Value": "USD/bbl.", "Change": "83.38", "%Change": "-0.36", "High": "-0.43%", "Low": "Dec 2023", "Time (EDT)": "3:57 AM"}, "CO1:COM": {"name": "Brent Crude (ICE)", "Value": "USD/bbl.", "Change": "87.79", "%Change": "-0.28", "High": "-0.32%", "Low": "Dec 2023", "Time (EDT)": "3:56 AM"}, "XB1:COM": {"name": "RBOB Gasoline (Nymex)", "Value": "USd/gal.", "Change": "226.75", "%Change": "-0.01", "High": "0.00%", "Low": "Nov 2023", "Time (EDT)": "3:44 AM"}, "NG1:COM": {"name": "Natural Gas (Nymex)", "Value": "USD/MMBtu", "Change": "2.97", "%Change": "+0.00", "High": "+0.10%", "Low": "Nov 2023", "Time (EDT)": "3:52 AM"}, "HO1:COM": {"name": "Heating Oil (Nymex)", "Value": "USd/gal.", "Change": "300.17", "%Change": "-4.32", "High": "-1.42%", "Low": "Nov 2023", "Time (EDT)": "3:55 AM"}, "GC1:COM": {"name": "Gold (Comex)", "Value": "USD/t oz.", "Change": "1,982.20", "%Change": "-3.90", "High": "-0.20%", "Low": "Dec 2023", "Time (EDT)": "3:53 AM"}, "XAUUSD:CUR": {"name": "Gold Spot", "Value": "USD/t oz.", "Change": "1,971.40", "%Change": "+0.43", "High": "+0.02%", "Low": "N/A", "Time (EDT)": "4:03 AM"}, "SI1:COM": {"name": "Silver (Comex)", "Value": "USD/t oz.", "Change": "23.00", "%Change": "-0.12", "High": "-0.52%", "Low": "Dec 2023", "Time (EDT)": "3:53 AM"}, "HG1:COM": {"name": "Copper (Comex)", "Value": "USd/lb.", "Change": "361.45", "%Change": "-0.95", "High": "-0.26%", "Low": "Dec 2023", "Time (EDT)": "3:53 AM"}, "XPTUSD:CUR": {"name": "Platinum Spot", "Value": "USD/t oz.", "Change": "884.55", "%Change": "-5.79", "High": "-0.65%", "Low": "N/A", "Time (EDT)": "4:03 AM"}, "C 1:COM": {"name": "Corn (CBOT)", "Value": "USd/bu.", "Change": "484.75", "%Change": "+0.75", "High": "+0.16%", "Low": "Dec 2023", "Time (EDT)": "3:53 AM"}, "W 1:COM": {"name": "Wheat (CBOT)", "Value": "USd/bu.", "Change": "583.75", "%Change": "+3.25", "High": "+0.56%", "Low": "Dec 2023", "Time (EDT)": "3:52 AM"}, "CC1:COM": {"name": "Cocoa (ICE)", "Value": "USD/MT", "Change": "3,729.00", "%Change": "-30.00", "High": "-0.80%", "Low": "Dec 2023", "Time (EDT)": "10/24/2023"}, "CT1:COM": {"name": "Cotton #2 (ICE)", "Value": "USd/lb.", "Change": "82.93", "%Change": "0.00", "High": "0.00%", "Low": "Dec 2023", "Time (EDT)": "3:53 AM"}, "LC1:COM": {"name": "Live Cattle (CME)", "Value": "USd/lb.", "Change": "178.63", "%Change": "+0.28", "High": "+0.15%", "Low": "Dec 2023", "Time (EDT)": "10/24/2023"}} | {"title": "Empty Schema", "type": "object"} |
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/a799e089-2a8e-4eec-b64d-7859bab62ac3/0/0 | Bloomberg API | Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API | 9 | /bloomberg/metals | Bloomberg Metals | 200 | Example_1 | {"GC1:COM": {"name": "Gold (Comex)", "Units": "USD/t oz.", "Price": "1,984.00", "Change": "-2.10", "%Change": "-0.11%", "Contract": "Dec 2023", "Time (EDT)": "4:27 AM"}, "JG1:COM": {"name": "Gold (Tokyo)", "Units": "JPY/g", "Price": "9,492.00", "Change": "-11.00", "%Change": "-0.12%", "Contract": "Aug 2024", "Time (EDT)": "4:16 AM"}, "XAUUSD:CUR": {"name": "Gold Spot", "Units": "USD/t oz.", "Price": "1,974.51", "Change": "+3.54", "%Change": "+0.18%", "Contract": "N/A", "Time (EDT)": "4:37 AM"}, "XAUEUR:CUR": {"name": "Gold/Euro Spot", "Units": "EUR/t oz.", "Price": "1,863.87", "Change": "+5.13", "%Change": "+0.28%", "Contract": "N/A", "Time (EDT)": "4:37 AM"}, "XAUGBP:CUR": {"name": "Gold/British Pound Spot", "Units": "GBP/t oz.", "Price": "1,625.65", "Change": "+4.70", "%Change": "+0.29%", "Contract": "N/A", "Time (EDT)": "4:36 AM"}, "XAUJPY:CUR": {"name": "Gold/Japanese Yen Spot", "Units": "JPY/t oz.", "Price": "296,005.19", "Change": "+522.72", "%Change": "+0.18%", "Contract": "N/A", "Time (EDT)": "4:37 AM"}, "XAUINR:CUR": {"name": "Gold/Indian Rupee Spot", "Units": "INR/t oz.", "Price": "164,194.44", "Change": "-190.25", "%Change": "-0.12%", "Contract": "N/A", "Time (EDT)": "4:36 AM"}, "SI1:COM": {"name": "Silver (Comex)", "Units": "USD/t oz.", "Price": "23.02", "Change": "-0.10", "%Change": "-0.42%", "Contract": "Dec 2023", "Time (EDT)": "4:31 AM"}, "JI1:COM": {"name": "Silver (Tokyo)", "Units": "JPY/gram", "Price": "111.10", "Change": "-0.20", "%Change": "-0.18%", "Contract": "Aug 2024", "Time (EDT)": "12:00 AM"}, "XAGUSD:CUR": {"name": "Silver Spot", "Units": "USD/t oz.", "Price": "22.87", "Change": "-0.04", "%Change": "-0.19%", "Contract": "N/A", "Time (EDT)": "4:41 AM"}, "XAGEUR:CUR": {"name": "Silver/Euro Spot", "Units": "EUR/t oz.", "Price": "21.60", "Change": "+0.01", "%Change": "+0.06%", "Contract": "N/A", "Time (EDT)": "4:40 AM"}, "XAGGBP:CUR": {"name": "Silver/British Pound Spot", "Units": "GBP/t oz.", "Price": "18.84", "Change": "0.00", "%Change": "-0.02%", "Contract": "N/A", "Time (EDT)": "4:40 AM"}, "XAGJPY:CUR": {"name": "Silver/Japanese Yen Spot", "Units": "JPY/t oz.", "Price": "3,429.34", "Change": "-6.23", "%Change": "-0.18%", "Contract": "N/A", "Time (EDT)": "4:40 AM"}, "XAGINR:CUR": {"name": "Silver/Indian Rupee Spot", "Units": "INR/t oz.", "Price": "1,902.90", "Change": "-17.13", "%Change": "-0.89%", "Contract": "N/A", "Time (EDT)": "4:40 AM"}, "XPTUSD:CUR": {"name": "Platinum Spot", "Units": "USD/t oz.", "Price": "885.35", "Change": "-4.99", "%Change": "-0.56%", "Contract": "N/A", "Time (EDT)": "4:39 AM"}, "XPDUSD:CUR": {"name": "Palladium Spot", "Units": "USD/t oz.", "Price": "1,126.51", "Change": "-0.72", "%Change": "-0.06%", "Contract": "N/A", "Time (EDT)": "4:39 AM"}, "HG1:COM": {"name": "Copper (Comex)", "Units": "USd/lb.", "Price": "362.50", "Change": "+0.10", "%Change": "+0.03%", "Contract": "Dec 2023", "Time (EDT)": "4:31 AM"}, "LMCADS03:COM": {"name": "3Mo Copper (LME)", "Units": "USD/MT", "Price": "8,051.50", "Change": "+79.50", "%Change": "+1.00%", "Contract": "N/A", "Time (EDT)": "10/24/2023"}, "LMAHDS03:COM": {"name": "3Mo Aluminum (LME)", "Units": "USD/MT", "Price": "2,191.00", "Change": "+15.00", "%Change": "+0.69%", "Contract": "N/A", "Time (EDT)": "10/24/2023"}, "LMZSDS03:COM": {"name": "3Mo Zinc (LME)", "Units": "USD/MT", "Price": "2,442.50", "Change": "+22.50", "%Change": "+0.93%", "Contract": "N/A", "Time (EDT)": "10/24/2023"}, "LMSNDS03:COM": {"name": "3Mo Tin (LME)", "Units": "USD/MT", "Price": "25,091.00", "Change": "+201.00", "%Change": "+0.81%", "Contract": "N/A", "Time (EDT)": "10/24/2023"}} | {"type": "object", "properties": {"GC1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "JG1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAUUSD:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAUEUR:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAUGBP:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAUJPY:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAUINR:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "SI1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "JI1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAGUSD:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAGEUR:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAGGBP:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAGJPY:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XAGINR:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XPTUSD:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "XPDUSD:CUR": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "HG1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "LMCADS03:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "LMAHDS03:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "LMZSDS03:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "LMSNDS03:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}}} |
55aa7c77-ffdb-4c86-ad15-9655b4152f37/e9b65555-a0c1-4e26-a482-f18887d4b525/0/0 | Currency Exchange Rates | Get live currency exchange rates and convert between currencies. | null | exchangeRates | Get live exchange rates for all currencies. | 200 | Response | {"AED": "3.673009634017944", "AFN": "88", "ALL": "113.30000305175781", "AMD": "393.06011962890625", "ANG": "1.8007700443267822", "AOA": "511.0906677246093", "ARS": "163.24771118164062", "AUD": "1.501960039138794", "AWG": "1.7999444007873535", "AZN": "1.7000000476837158", "BAM": "1.885210037231445", "BBD": "2.0174670219421387", "BDT": "102.9402847290039", "BGN": "1.8917462825775149", "BHD": "0.3763014376163482", "BIF": "2053", "BMD": "1", "BND": "1.3717552423477173", "BOB": "6.904496192932129", "BRL": "5.382800102233887", "BSD": "0.9991999864578248", "BTN": "81.6096420288086", "BWP": "12.943297386169434", "BYN": "2.5290839672088623", "BYR": "25290.83984375", "BZD": "2.0140929222106934", "CAD": "1.338297724723816", "CDF": "2044", "CHF": "0.9542440176010132", "CLF": "0.0341317616403103", "CLP": "941.7999877929688", "CNH": "7.125549793243408", "CNY": "7.119900226593018", "COP": "5020.080078125", "CRC": "609.7412109375", "CUC": "1", "CVE": "106.38298034667969", "CZK": "23.602718353271484", "DJF": "178", "DKK": "7.207726478576661", "DOP": "54.49633026123047", "DZD": "139.0540008544922", "EGP": "24.624948501586914", "ETB": "52.970001220703125", "EUR": "0.9686262011528016", "FJD": "2.230680465698242", "FKP": "0.8406509757041931", "GBP": "0.840689480304718", "GBX": "139.54844665527344", "GEL": "2.7200000286102295", "GGP": "0.8406509757041931", "GHS": "14.488228797912598", "GIP": "0.8406509757041931", "GMD": "61.5", "GNF": "8605.8515625", "GTQ": "7.796998977661133", "GYD": "209.0490264892578", "HKD": "7.819706916809082", "HNL": "24.850000381469727", "HRK": "7.2753000259399405", "HTG": "137.88462829589844", "HUF": "399.2309875488281", "IDR": "15641.400390625002", "ILS": "3.467099905014038", "IMP": "0.8406509757041931", "INR": "81.52020263671875", "IQD": "1460", "ISK": "143.49755859375", "JEP": "0.8406509757041931", "JMD": "153.6233367919922", "JOD": "0.7089911699295044", "JPY": "140.3650665283203", "KES": "122.1500015258789", "KGS": "84.0732192993164", "KHR": "4140", "KMF": "476.5", "KRW": "1340.030029296875", "KWD": "0.3073522448539734", "KYD": "0.8321921229362488", "KZT": "461.5697021484375", "LAK": "17241.37890625", "LBP": "822.5", "LKR": "367.2149658203125", "LRD": "154", "LSL": "17.3700008392334", "LYD": "4.900000095367432", "MAD": "10.71500015258789", "MDL": "19.15976333618164", "MGA": "4319.654296875", "MKD": "59.374595642089844", "MMK": "2098.195556640625", "MNT": "3406.96533203125", "MOP": "8.045892715454102", "MUR": "43.63999938964844", "MVR": "15.414802551269533", "MWK": "1025.535888671875", "MXN": "19.454999923706055", "MYR": "4.553800106048584", "MZN": "63.8433837890625", "NAD": "17.3700008392334", "NGN": "442.6600036621094", "NIO": "35.959259033203125", "NOK": "10.195396423339844", "NPR": "130.5771484375", "NZD": "1.626280665397644", "OMR": "0.3844867050647736", "PAB": "0.9991902709007264", "PEN": "3.8067772388458248", "PGK": "3.5199999809265137", "PHP": "57.206993103027344", "PKR": "223.9405975341797", "PLN": "4.554719924926758", "PYG": "7164.9443359375", "QAR": "3.6404993534088135", "RON": "4.768294334411621", "RSD": "113.40679931640625", "RUB": "60.8499755859375", "RWF": "1079.21435546875", "SAR": "3.759000062942505", "SBD": "8.230591773986816", "SCR": "14.475055694580076", "SEK": "10.638869285583496", "SGD": "1.3738985061645508", "SHP": "0.8443806171417236", "SLL": "18025", "SRD": "30.641000747680664", "SSP": "130.25999450683594", "STD": "22823.990234375", "SVC": "8.74250602722168", "SZL": "17.281558990478516", "THB": "35.77748489379883", "TJS": "10.19894790649414", "TMT": "3.503584146499634", "TND": "3.1649999618530273", "TOP": "2.372999906539917", "TRY": "18.6112060546875", "TTD": "6.779189586639404", "TWD": "31.126300811767578", "TZS": "2332", "UAH": "37.005924224853516", "UGX": "3731.34326171875", "USD": "1", "UYU": "39.757869720458984", "UZS": "11220", "VEF": "954948.5", "VES": "9.549485206604004", "VND": "25000", "VUV": "122.25878143310545", "WST": "2.7938549518585205", "XAF": "635.6419677734375", "XAG": "0.0477429516613483", "XAU": "0.0005710826371796", "XCD": "2.7024104595184326", "XDR": "0.7439910173416138", "XOF": "625", "XPD": "0.0005150000215508", "XPF": "115.64851379394531", "XPT": "0.0010198878590018", "XTS": "1956.9822998046875", "YER": "250.2740478515625", "ZAR": "17.239925384521484", "ZMW": "16.651954650878906", "ZWD": "491.3187866210938", "ZWL": "322"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}, "AZN": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BDT": {"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"}, "CVE": {"type": "string"}, "CZK": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOP": {"type": "string"}, "DZD": {"type": "string"}, "EGP": {"type": "string"}, "ETB": {"type": "string"}, "EUR": {"type": "string"}, "FJD": {"type": "string"}, "FKP": {"type": "string"}, "GBP": {"type": "string"}, "GBX": {"type": "string"}, "GEL": {"type": "string"}, "GGP": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"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"}, "ILS": {"type": "string"}, "IMP": {"type": "string"}, "INR": {"type": "string"}, "IQD": {"type": "string"}, "ISK": {"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"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KYD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "LYD": {"type": "string"}, "MAD": {"type": "string"}, "MDL": {"type": "string"}, "MGA": {"type": "string"}, "MKD": {"type": "string"}, "MMK": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MUR": {"type": "string"}, "MVR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MYR": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"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"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SHP": {"type": "string"}, "SLL": {"type": "string"}, "SRD": {"type": "string"}, "SSP": {"type": "string"}, "STD": {"type": "string"}, "SVC": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TJS": {"type": "string"}, "TMT": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "UZS": {"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"}, "XCD": {"type": "string"}, "XDR": {"type": "string"}, "XOF": {"type": "string"}, "XPD": {"type": "string"}, "XPF": {"type": "string"}, "XPT": {"type": "string"}, "XTS": {"type": "string"}, "YER": {"type": "string"}, "ZAR": {"type": "string"}, "ZMW": {"type": "string"}, "ZWD": {"type": "string"}, "ZWL": {"type": "string"}}, "required": ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYN", "BYR", "BZD", "CAD", "CDF", "CHF", "CLF", "CLP", "CNH", "CNY", "COP", "CRC", "CUC", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ETB", "EUR", "FJD", "FKP", "GBP", "GBX", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SEK", "SGD", "SHP", "SLL", "SRD", "SSP", "STD", "SVC", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XCD", "XDR", "XOF", "XPD", "XPF", "XPT", "XTS", "YER", "ZAR", "ZMW", "ZWD", "ZWL"]} |
55aa7c77-ffdb-4c86-ad15-9655b4152f37/173c8382-60ab-4d7b-b357-fb02149cd7ad/0/0 | Currency Exchange Rates | Get live currency exchange rates and convert between currencies. | null | listCurrencies | Get a list of available currencies. | 200 | Response | {"AED": "United Arab Emirates Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Netherlands Antillean Gulden", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": "Bosnia and Herzegovina Convertible Mark", "BBD": "Barbadian Dollar", "BDT": "Bangladeshi Taka", "BGN": "Bulgarian Lev", "BHD": "Bahraini Dinar", "BIF": "Burundian Franc", "BMD": "Bermudian Dollar", "BND": "Brunei Dollar", "BOB": "Bolivian Boliviano", "BRL": "Brazilian Real", "BSD": "Bahamian Dollar", "BTN": "Bhutanese Ngultrum", "BWP": "Botswana Pula", "BYN": "Belarusian Ruble", "BYR": "Belarusian Ruble", "BZD": "Belize Dollar", "CAD": "Canadian Dollar", "CDF": "Congolese Franc", "CHF": "Swiss Franc", "CLF": "Unidad de Fomento", "CLP": "Chilean Peso", "CNH": "Chinese Renminbi Yuan Offshore", "CNY": "Chinese Renminbi Yuan", "COP": "Colombian Peso", "CRC": "Costa Rican Col\u00f3n", "CUC": "Cuban Convertible Peso", "CVE": "Cape Verdean Escudo", "CZK": "Czech Koruna", "DJF": "Djiboutian Franc", "DKK": "Danish Krone", "DOP": "Dominican Peso", "DZD": "Algerian Dinar", "EGP": "Egyptian Pound", "ETB": "Ethiopian Birr", "EUR": "Euro", "FJD": "Fijian Dollar", "FKP": "Falkland Pound", "GBP": "British Pound", "GBX": "British Penny", "GEL": "Georgian Lari", "GGP": "Guernsey Pound", "GHS": "Ghanaian Cedi", "GIP": "Gibraltar Pound", "GMD": "Gambian Dalasi", "GNF": "Guinean Franc", "GTQ": "Guatemalan Quetzal", "GYD": "Guyanese Dollar", "HKD": "Hong Kong Dollar", "HNL": "Honduran Lempira", "HRK": "Croatian Kuna", "HTG": "Haitian Gourde", "HUF": "Hungarian Forint", "IDR": "Indonesian Rupiah", "ILS": "Israeli New Sheqel", "IMP": "Isle of Man Pound", "INR": "Indian Rupee", "IQD": "Iraqi Dinar", "ISK": "Icelandic Kr\u00f3na", "JEP": "Jersey Pound", "JMD": "Jamaican Dollar", "JOD": "Jordanian Dinar", "JPY": "Japanese Yen", "KES": "Kenyan Shilling", "KGS": "Kyrgyzstani Som", "KHR": "Cambodian Riel", "KMF": "Comorian Franc", "KRW": "South Korean Won", "KWD": "Kuwaiti Dinar", "KYD": "Cayman Islands Dollar", "KZT": "Kazakhstani Tenge", "LAK": "Lao Kip", "LBP": "Lebanese Pound", "LKR": "Sri Lankan Rupee", "LRD": "Liberian Dollar", "LSL": "Lesotho Loti", "LYD": "Libyan Dinar", "MAD": "Moroccan Dirham", "MDL": "Moldovan Leu", "MGA": "Malagasy Ariary", "MKD": "Macedonian Denar", "MMK": "Myanmar Kyat", "MNT": "Mongolian T\u00f6gr\u00f6g", "MOP": "Macanese Pataca", "MUR": "Mauritian Rupee", "MVR": "Maldivian Rufiyaa", "MWK": "Malawian Kwacha", "MXN": "Mexican Peso", "MYR": "Malaysian Ringgit", "MZN": "Mozambican Metical", "NAD": "Namibian Dollar", "NGN": "Nigerian Naira", "NIO": "Nicaraguan C\u00f3rdoba", "NOK": "Norwegian Krone", "NPR": "Nepalese Rupee", "NZD": "New Zealand Dollar", "OMR": "Omani Rial", "PAB": "Panamanian Balboa", "PEN": "Peruvian Sol", "PGK": "Papua New Guinean Kina", "PHP": "Philippine Peso", "PKR": "Pakistani Rupee", "PLN": "Polish Z\u0142oty", "PYG": "Paraguayan Guaran\u00ed", "QAR": "Qatari Riyal", "RON": "Romanian Leu", "RSD": "Serbian Dinar", "RUB": "Russian Ruble", "RWF": "Rwandan Franc", "SAR": "Saudi Riyal", "SBD": "Solomon Islands Dollar", "SCR": "Seychellois Rupee", "SEK": "Swedish Krona", "SGD": "Singapore Dollar", "SHP": "Saint Helenian Pound", "SLL": "Sierra Leonean Leone", "SRD": "Surinamese Dollar", "SSP": "South Sudanese Pound", "STD": "S\u00e3o Tom\u00e9 and Pr\u00edncipe Dobra", "SVC": "Salvadoran Col\u00f3n", "SZL": "Swazi Lilangeni", "THB": "Thai Baht", "TJS": "Tajikistani Somoni", "TMT": "Turkmenistani Manat", "TND": "Tunisian Dinar", "TOP": "Tongan Pa\u02bbanga", "TRY": "Turkish Lira", "TTD": "Trinidad and Tobago Dollar", "TWD": "New Taiwan Dollar", "TZS": "Tanzanian Shilling", "UAH": "Ukrainian Hryvnia", "UGX": "Ugandan Shilling", "USD": "US Dollar", "UYU": "Uruguayan Peso", "UZS": "Uzbekistan Som", "VEF": "Venezuelan Bol\u00edvar", "VES": "Venezuelan Bol\u00edvar Soberano", "VND": "Vietnamese \u0110\u1ed3ng", "VUV": "Vanuatu Vatu", "WST": "Samoan Tala", "XAF": "Central African Cfa Franc", "XAG": "Silver (Troy Ounce)", "XAU": "Gold (Troy Ounce)", "XCD": "East Caribbean Dollar", "XDR": "Special Drawing Rights", "XOF": "West African Cfa Franc", "XPD": "Palladium", "XPF": "Cfp Franc", "XPT": "Platinum", "XTS": "Codes specifically reserved for testing purposes", "YER": "Yemeni Rial", "ZAR": "South African Rand", "ZMW": "Zambian Kwacha", "ZWD": "Zimbabwean Dollar", "ZWL": "Zimbabwean Dollar"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}, "AZN": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BDT": {"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"}, "CVE": {"type": "string"}, "CZK": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOP": {"type": "string"}, "DZD": {"type": "string"}, "EGP": {"type": "string"}, "ETB": {"type": "string"}, "EUR": {"type": "string"}, "FJD": {"type": "string"}, "FKP": {"type": "string"}, "GBP": {"type": "string"}, "GBX": {"type": "string"}, "GEL": {"type": "string"}, "GGP": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"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"}, "ILS": {"type": "string"}, "IMP": {"type": "string"}, "INR": {"type": "string"}, "IQD": {"type": "string"}, "ISK": {"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"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KYD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "LYD": {"type": "string"}, "MAD": {"type": "string"}, "MDL": {"type": "string"}, "MGA": {"type": "string"}, "MKD": {"type": "string"}, "MMK": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MUR": {"type": "string"}, "MVR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MYR": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"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"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SHP": {"type": "string"}, "SLL": {"type": "string"}, "SRD": {"type": "string"}, "SSP": {"type": "string"}, "STD": {"type": "string"}, "SVC": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TJS": {"type": "string"}, "TMT": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "UZS": {"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"}, "XCD": {"type": "string"}, "XDR": {"type": "string"}, "XOF": {"type": "string"}, "XPD": {"type": "string"}, "XPF": {"type": "string"}, "XPT": {"type": "string"}, "XTS": {"type": "string"}, "YER": {"type": "string"}, "ZAR": {"type": "string"}, "ZMW": {"type": "string"}, "ZWD": {"type": "string"}, "ZWL": {"type": "string"}}, "required": ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYN", "BYR", "BZD", "CAD", "CDF", "CHF", "CLF", "CLP", "CNH", "CNY", "COP", "CRC", "CUC", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ETB", "EUR", "FJD", "FKP", "GBP", "GBX", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SEK", "SGD", "SHP", "SLL", "SRD", "SSP", "STD", "SVC", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XCD", "XDR", "XOF", "XPD", "XPF", "XPT", "XTS", "YER", "ZAR", "ZMW", "ZWD", "ZWL"]} |
55aa7c77-ffdb-4c86-ad15-9655b4152f37/c02dc20b-2ce9-4e55-9ff2-5331997b7c78/0/0 | Currency Exchange Rates | Get live currency exchange rates and convert between currencies. | null | convertCurrency | Convert a specific amount from one currency to another. | 200 | Response | {"converted": "968.6262011528016"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"converted": {"type": "string"}}, "required": ["converted"]} |
02588bc5-fa6c-4ef2-aa81-a6644423906b/f6ebf33b-ad3d-4210-8555-807672f4d2ea/0/0 | Bank SWIFT codes | Lookup country banks and their SWIFT codes | 7.2 | SWIFT codes by country | Returns list of SWIFT codes for a country (use two letter ISO country code) | 200 | New Example | {"data": [{"country": "TH", "code": "ACSCTHB1XXX", "bank": "ACL SECURITIES CO. LTD"}, {"country": "TH", "code": "ADKSTHB1XXX", "bank": "ADKINSON SECURITIES LTD"}, {"country": "TH", "code": "ADVNTHB1XXX", "bank": "ADVANCE FINANCE PUBLIC COMPANY LIMITED"}, {"country": "TH", "code": "ASPCTHB1XXX", "bank": "AEC SECURITIES PUBLIC COMPANY LIMITED"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "code": {"type": "string"}, "bank": {"type": "string"}}, "required": ["bank", "code", "country"]}}}, "required": ["data"]} |
02588bc5-fa6c-4ef2-aa81-a6644423906b/b82efcb6-9f9a-4b3f-b643-f21f15a0ff47/0/0 | Bank SWIFT codes | Lookup country banks and their SWIFT codes | 7.2 | Banks by country | Returns list of banks for a country (use two letter ISO country code) | 200 | New Example | {"data": [{"country": "TH", "bank": "ACL SECURITIES CO. LTD"}, {"country": "TH", "bank": "ADKINSON SECURITIES LTD"}, {"country": "TH", "bank": "ADVANCE FINANCE PUBLIC COMPANY LIMITED"}, {"country": "TH", "bank": "AEC SECURITIES PUBLIC COMPANY LIMITED"}, {"country": "TH", "bank": "AFCO SECURITIES CORP LIMITED"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "bank": {"type": "string"}}, "required": ["bank", "country"]}}}, "required": ["data"]} |
02588bc5-fa6c-4ef2-aa81-a6644423906b/4cdec838-690a-47bd-be29-cfa52992ec2d/0/0 | Bank SWIFT codes | Lookup country banks and their SWIFT codes | 7.2 | SWIFT code | Returns details of a SWIFT code | 200 | New Example | {"data": {"code": "TURAAZ22XXX", "country": "AZ", "bank": "TURANBANK OJSC", "branch": "-"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "string"}, "bank": {"type": "string"}, "branch": {"type": "string"}}, "required": ["bank", "branch", "code", "country"]}}, "required": ["data"]} |
066f118b-797b-41e6-9d5e-72707ce84441/ca977421-98db-4229-96e3-6b101161f37b/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/DeleteTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/ca977421-98db-4229-96e3-6b101161f37b/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/DeleteTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/1d344fa2-6d3f-4f67-95fb-1264f80614ad/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetTrade | 200 | null | {"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""} | {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/1d344fa2-6d3f-4f67-95fb-1264f80614ad/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetTrade | 200 | null | {"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""} | {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/6c070123-2334-4461-b2ea-8b7023d53c3f/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/UpdateTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/6c070123-2334-4461-b2ea-8b7023d53c3f/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/UpdateTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/adbf4a6d-7c5d-4fa6-bcf1-5b39545252a2/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetMyActiveTrades | 200 | null | [{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""}] | {"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/adbf4a6d-7c5d-4fa6-bcf1-5b39545252a2/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetMyActiveTrades | 200 | null | [{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""}] | {"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d4a3eddc-6853-47ea-bd95-7ca35984b998/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetActiveTrades | 200 | null | [{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""}] | {"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d4a3eddc-6853-47ea-bd95-7ca35984b998/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetActiveTrades | 200 | null | [{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "status": 0, "oneCancelsOtherTradeID": "", "publisherEmail": "", "publishOnChannel": "", "publisherKey": "", "publisherToken": ""}] | {"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used by software vendor to identify the trade. This will be created by the trade share system."}, "tradeRef": {"maxLength": 125, "type": ["string", "null"], "description": "An optional identifier can be set by either the publisher or by the software that the publisher uses to identify a trade."}, "creationDate": {"type": "string", "description": "Date and time when the trade is created on. Universal time value must be set. Software vendor should convert and display it in local date and time if so required while showing trades and must convert local values to univeral date time while creating or updating trades.", "format": "date-time"}, "validTill": {"type": "string", "description": "This trade should be considered closed if ValidTill date has expired", "format": "date-time"}, "product": {"type": "integer", "description": "Intraday = 0, Delivery = 1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 500, "type": ["string", "null"], "description": "So explanation by the creator if applicable"}, "exchangeCode": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Exchange code on which trade is expected to execute"}, "symbol": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Symbol of the instrument this trade is executed in"}, "tradeType": {"type": "integer", "description": "Buy or Sell. Buy =0, Sell=1", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tradeCurrency": {"maxLength": 20, "minLength": 1, "type": "string", "description": "Currency in which this trade is expected to execute or is computed"}, "pricePerUnit": {"type": "number", "description": "Price at which this trade is expected to execute. This price should be considered for cross above and cross below order types", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "priceCircuit": {"type": "number", "description": "Do not buy above this price if it's a buy trade and do not sell below this price if it's a sell trade", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTriggerPrice": {"type": "number", "description": "Sets stop loss trigger price at this value. If market price hits this then the stop loss order is created at the stop loss price if above zero else market price is considerd as stop loss price. Zero means no stop loss set.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossPrice": {"type": "number", "description": "Sets stop loss price if it's a limit type. If a stop loss price is mentioned then an exit trade order should be created at this price when triggered else exit trade must be created at the market price.", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "stopLossTrail": {"type": "number", "description": "Trail stop loss by this value. Every time the value of the trade increases by this value then stop loss is readjusted with the original buy and stop loss difference. Zero means no stop loss trail specified", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tradeInMultiplesOf": {"type": "integer", "description": "Many trades like option trades need to be executed in the multiples of certain quantity.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "orderType": {"type": "integer", "description": "Limit, Market, Price crosses above given price, Price cross below given price. Limit = 0, Market = 1, PriceCrossesAbove = 2, PriceCrossesBelow = 3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "integer", "description": "Draft, Active, Closed. Draft trades are created in advance and Activate signal is sent when conducive conditions occur to set it's status to Active.\r\nA trade can be created with Active status if it is ready to go. Closed trades are no longer being monitored by the publisher.\r\nDraft=0, Active=1, Closed=2, Canceled=3", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "oneCancelsOtherTradeID": {"maxLength": 50, "type": ["string", "null"], "description": "Other Trade ID for OCO (one cancels other )orders. If this trade gets executed than the other trade with the given ID if not already executed must get canceled. If other trade gets executed then this trade must be canceled."}, "publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "format": "email"}, "publishOnChannel": {"maxLength": 50, "minLength": 1, "type": "string", "description": "One of the creator's channel where this trade needs to be broadcasted"}, "publisherKey": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}, "publisherToken": {"maxLength": 50, "type": ["string", "null"], "description": "Used for verifying publisher"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/93f901da-7259-4ff2-be2b-a6f694db401d/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetTradeSignals | 200 | null | [{"signalSentOn": "", "tradeID": "", "signal": 0, "description": "", "increaseValidityByDays": 0}] | {"type": "array", "items": {"required": ["signal", "signalSentOn", "tradeID"], "type": "object", "properties": {"signalSentOn": {"type": "string", "description": "This is the time when the signal is sent to the server. This value will be set again at the server side upon receiving the signal.", "format": "date-time"}, "tradeID": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Target trade id for which this signal is being sent"}, "signal": {"type": "integer", "description": "Activate = 0, Buy = 1, Sell = 2, Hold = 3 , DoNotEnterNow=4, Close =5, Self=6, IncreaseValidity=7, Exit=8 \r\nActivate signal will set the draft trade status to Active. \r\nClose will set the trade status to Closed if the trade is Active. \r\nClose signal will set the trade status to Canceled if it's present status is Draft.\r\nIncreaseValidity will increase the validity of the trade by the number of days specified. \r\nSelf signal signifies that the trade should be managed by the subscriber eg if it's an invetment trade and sets the trade status to Closed.\r\nExit signal means that one should exit the trade weather target achieved or not.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 150, "type": ["string", "null"], "description": "A brief description about this signal."}, "increaseValidityByDays": {"type": ["integer", "null"], "description": "This is required only if increase validity signal is sent.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/93f901da-7259-4ff2-be2b-a6f694db401d/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/GetTradeSignals | 200 | null | [{"signalSentOn": "", "tradeID": "", "signal": 0, "description": "", "increaseValidityByDays": 0}] | {"type": "array", "items": {"required": ["signal", "signalSentOn", "tradeID"], "type": "object", "properties": {"signalSentOn": {"type": "string", "description": "This is the time when the signal is sent to the server. This value will be set again at the server side upon receiving the signal.", "format": "date-time"}, "tradeID": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Target trade id for which this signal is being sent"}, "signal": {"type": "integer", "description": "Activate = 0, Buy = 1, Sell = 2, Hold = 3 , DoNotEnterNow=4, Close =5, Self=6, IncreaseValidity=7, Exit=8 \r\nActivate signal will set the draft trade status to Active. \r\nClose will set the trade status to Closed if the trade is Active. \r\nClose signal will set the trade status to Canceled if it's present status is Draft.\r\nIncreaseValidity will increase the validity of the trade by the number of days specified. \r\nSelf signal signifies that the trade should be managed by the subscriber eg if it's an invetment trade and sets the trade status to Closed.\r\nExit signal means that one should exit the trade weather target achieved or not.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"maxLength": 150, "type": ["string", "null"], "description": "A brief description about this signal."}, "increaseValidityByDays": {"type": ["integer", "null"], "description": "This is required only if increase validity signal is sent.", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/f266a811-0755-4603-a78f-e8bf839f5eb7/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/SetTradeSignal | 200 | null | {"signalTime": "", "success": true, "message": "", "signalID": 0} | {"type": "object", "properties": {"signalTime": {"type": "string", "format": "date-time"}, "success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "signalID": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/f266a811-0755-4603-a78f-e8bf839f5eb7/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/SetTradeSignal | 200 | null | {"signalTime": "", "success": true, "message": "", "signalID": 0} | {"type": "object", "properties": {"signalTime": {"type": "string", "format": "date-time"}, "success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "signalID": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/902b0c82-7484-4a19-af46-1d6496aa028e/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/CreateTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/902b0c82-7484-4a19-af46-1d6496aa028e/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/PublishSubscribeTrades/CreateTrade | 200 | null | {"success": true, "message": "", "tradeID": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/a5661600-642e-4006-9086-bdffd0b362d9/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/ExpireAllAccessCodes | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/a5661600-642e-4006-9086-bdffd0b362d9/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/ExpireAllAccessCodes | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/845161b6-624b-4bf5-b976-813599d2e64b/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/SearchPublisher | 200 | null | [{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}] | {"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/845161b6-624b-4bf5-b976-813599d2e64b/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/SearchPublisher | 200 | null | [{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}] | {"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/82a651f5-dbe9-49ad-a004-0796039695aa/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/UnBlockAccessCode | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/82a651f5-dbe9-49ad-a004-0796039695aa/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/UnBlockAccessCode | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/c7217598-c25f-4b13-9fc5-ae45951e241d/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/BlockAccessCode | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/c7217598-c25f-4b13-9fc5-ae45951e241d/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/BlockAccessCode | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/bc91d985-71c1-4808-9e97-274d2fd50451/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetPublisher | 200 | null | {"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""} | {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/bc91d985-71c1-4808-9e97-274d2fd50451/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetPublisher | 200 | null | {"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""} | {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/0405c40d-ecb5-45eb-9e3d-845f6cb3f1a7/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/SetChannelAccessKey | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/0405c40d-ecb5-45eb-9e3d-845f6cb3f1a7/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/SetChannelAccessKey | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/8a8a0b8f-bf08-4bf3-8fa7-206b4d440c28/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/EmailMyChannelList | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/8a8a0b8f-bf08-4bf3-8fa7-206b4d440c28/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/EmailMyChannelList | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d5afe49c-cae9-4857-9542-51204887ca16/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetAllPublishersByCountry | 200 | null | [{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}] | {"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d5afe49c-cae9-4857-9542-51204887ca16/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetAllPublishersByCountry | 200 | null | [{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}] | {"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an email address that he would exclusively devote to sharing his trades.", "format": "email"}, "publisherName": {"maxLength": 100, "minLength": 1, "type": "string", "description": "Name of the publisher"}, "description": {"maxLength": 5000, "type": ["string", "null"], "description": "A publisher can describe himself, his work and achievements here"}, "phoneNumber": {"maxLength": 50, "minLength": 1, "type": "string", "description": "A phone number where a publisher may be approached or where he provides support."}, "address": {"maxLength": 500, "minLength": 1, "type": "string", "description": "Publisher's address"}, "country": {"maxLength": 50, "minLength": 1, "type": "string", "description": "Publisher's country"}, "targetExchangesCSV": {"maxLength": 1000, "minLength": 1, "type": "string", "description": "A comma separated list of exchanges for which the publisher publishes his trades for. This field could be used by subscriber's to search for publishers who publish trades targeted to exchanges these subscribers wish to trade on"}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/162b8a10-8177-4176-a0f7-680efbc2ec73/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/CreateChannel | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/162b8a10-8177-4176-a0f7-680efbc2ec73/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/CreateChannel | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/f4d70aa1-3f95-47ac-90c9-4c2fd2a5b586/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/EmailMyChannelAccessCodes | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/f4d70aa1-3f95-47ac-90c9-4c2fd2a5b586/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/EmailMyChannelAccessCodes | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/4926b9e6-a6e2-4cfc-a8b0-a8c04ffd4101/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetPublisherChannels | 200 | null | [{"publisherEmail": "", "channelName": "", "description": ""}] | {"type": "array", "items": {"required": ["channelName"], "type": "object", "properties": {"publisherEmail": {"type": ["string", "null"]}, "channelName": {"maxLength": 50, "minLength": 1, "type": "string"}, "description": {"maxLength": 1000, "type": ["string", "null"]}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/4926b9e6-a6e2-4cfc-a8b0-a8c04ffd4101/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/GetPublisherChannels | 200 | null | [{"publisherEmail": "", "channelName": "", "description": ""}] | {"type": "array", "items": {"required": ["channelName"], "type": "object", "properties": {"publisherEmail": {"type": ["string", "null"]}, "channelName": {"maxLength": 50, "minLength": 1, "type": "string"}, "description": {"maxLength": 1000, "type": ["string", "null"]}}, "additionalProperties": false}} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d4c8a0c9-1c64-4058-befe-0ff48e690c54/0/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/RemoveChannel | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
066f118b-797b-41e6-9d5e-72707ce84441/d4c8a0c9-1c64-4058-befe-0ff48e690c54/1/0 | Trade Share API | Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically. | null | /api/Management/RemoveChannel | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
9599f13c-0833-4565-9951-eeae575e02b0/0acc7347-99b4-4be0-97c2-e61bc60648a0/0/0 | stock-api | Provide Stock API
- Get Korean Gold Share
- Get Stock Overview | null | Stock.GetLatestStock | Get the latest stock information. | 200 | null | {"currentPrice": "76,220", "tickerId": "M04020000"} | {"properties": {"currentPrice": {"type": "string"}, "tickerId": {"type": "string"}}, "type": "object"} |
9599f13c-0833-4565-9951-eeae575e02b0/ca5e32dc-4ec4-44c9-859a-c6d0ea116f45/0/0 | stock-api | Provide Stock API
- Get Korean Gold Share
- Get Stock Overview | null | Stock.GetOverview | Get the Stock Overview information. | 200 | null | {"assetManager": "\ud0a4\uc6c0\ud22c\uc790\uc790\uc0b0\uc6b4\uc6a9", "listingDate": "2018-04-23", "marketCap": 4985, "maxFiftyTwo": 43680, "minFiftyTwo": 34040, "nav": 41156, "oneMonthYield": 5.58, "operatingCost": 0.012, "sixMonthYield": 14.66, "thirdMonthYield": 5.68, "tickerId": "294400", "totalTradeStock": 12150000, "underlyingIndex": "\ucf54\uc2a4\ud53c 200 TR", "yearlyYield": -5.95} | {"properties": {"assetManager": {"type": "string"}, "listingDate": {"type": "string"}, "marketCap": {"type": "integer"}, "maxFiftyTwo": {"type": "integer"}, "minFiftyTwo": {"type": "integer"}, "nav": {"type": "integer"}, "oneMonthYield": {"type": "number"}, "operatingCost": {"type": "number"}, "sixMonthYield": {"type": "number"}, "thirdMonthYield": {"type": "number"}, "tickerId": {"type": "string"}, "totalTradeStock": {"type": "integer"}, "underlyingIndex": {"type": "string"}, "yearlyYield": {"type": "number"}}, "type": "object"} |
19ab568d-e8f9-4fe4-971e-b4410f8b9418/0f1ac732-11c2-4e4c-80d4-c7d7b8f58d80/1/0 | TradingView REST | Unofficial TradingView REST API. | 9.1 | Get Cookie | After successful login, it helps to get your account's session id and session id sign values from the cookie header. The cookies are valid for 30 days. You need to change your session values every 30 days. If you don't want to give us your TradingView username and password, please check the documentation (in the About page) for the other way to get session values.
You can take your 2FA Backup codes from your 2-factor Authentication settings in Profile.
Every code is valid for only one time. | 400 | Failed Response | {"error": "string_error_content."} | {"type": "object", "properties": {"error": {"type": "string"}}} |
19ab568d-e8f9-4fe4-971e-b4410f8b9418/fe492fe5-8588-4fed-88d3-f227ba649d96/0/0 | TradingView REST | Unofficial TradingView REST API. | 9.1 | Remove User Access From Private Script | It removes a specified username from a private script access list. Cookies must be valid and the indicator url must be a private script url. | 400 | Failed Response | {"logs": ["all logs will be here for you to see what happened"]} | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}} |
19ab568d-e8f9-4fe4-971e-b4410f8b9418/fe492fe5-8588-4fed-88d3-f227ba649d96/1/0 | TradingView REST | Unofficial TradingView REST API. | 9.1 | Remove User Access From Private Script | It removes a specified username from a private script access list. Cookies must be valid and the indicator url must be a private script url. | 200 | Successfull Response | {"logs": ["all logs will be here for you to see what happened"]} | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}} |
19ab568d-e8f9-4fe4-971e-b4410f8b9418/467e6539-3e8c-4147-b7c8-09d763e8da85/0/0 | TradingView REST | Unofficial TradingView REST API. | 9.1 | Give User Access To Private Script | It automatically gives the user access to a provided private script/indicator. Needs a valid cookie(sessionid and sessionid_sign). Check the documentation to get a valid cookie. | 200 | Successfull Response | {"logs": ["All logs will be here from the server side. So you can see the problems detailed."]} | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}} |
ea158b16-45d1-424a-8df3-3eb445dfcef8/7bf3bf57-65d9-4fde-91e6-4ff518308a08/0/0 | Media-Obsessed Market | Market analytics and insights correlated with the Media trends | 8 | predict_evaluation | Provides evaluation of using predictions for up to 60 days earlier | 200 | Response | [{"id": 2066, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 3648.9164698000095, "loss": -606.7560999999996, "loss_algo": -31.282450000000093, "charge": 1544, "net": 13666.801849000054, "net_algo": 16544.17009900005}, {"id": 2074, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1169361.3322948003, "loss": -1890.8761, "loss_algo": -1867.110861, "charge": 1546, "net": 5835806.280974002, "net_algo": 5835925.107169002}, {"id": 2098, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 4657.404886699816, "loss": -826.4683999999992, "loss_algo": -30.03295000000008, "charge": 1434, "net": 17720.682433499085, "net_algo": 21702.85968349908}, {"id": 2106, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1738034.8550427, "loss": -2293.0183999999995, "loss_algo": -2251.933406, "charge": 1434, "net": 8677275.1832135, "net_algo": 8677480.6081835}, {"id": 2130, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 4980.910836000004, "loss": -958.1392999999996, "loss_algo": -26.520250000000093, "charge": 1316, "net": 18797.85768000002, "net_algo": 23455.95293000001}, {"id": 2138, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1641981.795619, "loss": -2626.9392999999995, "loss_algo": -2596.910482499999, "charge": 1316, "net": 8195458.281595, "net_algo": 8195608.4256825}, {"id": 2162, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 5327.605375500005, "loss": -859.2361000000001, "loss_algo": -12.75478600000006, "charge": 1136, "net": 21205.846377500024, "net_algo": 25438.252947500023}, {"id": 2170, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1501889.7164684995, "loss": -2810.6161, "loss_algo": -2759.6756155, "charge": 1136, "net": 7494259.501842499, "net_algo": 7494514.204264998}, {"id": 2194, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 3648.9164698000095, "loss": -606.7560999999996, "loss_algo": -31.282450000000093, "charge": 1544, "net": 28877.603698000108, "net_algo": 34632.3401980001}, {"id": 2202, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1169361.3322948003, "loss": -1890.8761, "loss_algo": -1867.110861, "charge": 1546, "net": 11673158.561948003, "net_algo": 11673396.214338005}, {"id": 2226, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 4657.404886699816, "loss": -826.4683999999992, "loss_algo": -30.03295000000008, "charge": 1434, "net": 36875.36486699817, "net_algo": 44839.71936699816}, {"id": 2234, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1738034.8550427, "loss": -2293.0183999999995, "loss_algo": -2251.933406, "charge": 1434, "net": 17355984.366427, "net_algo": 17356395.216367}, {"id": 2258, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 4980.910836000004, "loss": -958.1392999999996, "loss_algo": -26.520250000000093, "charge": 1316, "net": 38911.71536000004, "net_algo": 48227.90586000003}, {"id": 2266, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1641981.795619, "loss": -2626.9392999999995, "loss_algo": -2596.910482499999, "charge": 1316, "net": 16392232.56319, "net_algo": 16392532.851365}, {"id": 2290, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 5327.605375500005, "loss": -859.2361000000001, "loss_algo": -12.75478600000006, "charge": 1136, "net": 43547.69275500005, "net_algo": 52012.505895000046}, {"id": 2298, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 1501889.7164684995, "loss": -2810.6161, "loss_algo": -2759.6756155, "charge": 1136, "net": 14989655.003684998, "net_algo": 14990164.408529997}, {"id": 2068, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 5285.8578038000105, "loss": -727.8561, "loss_algo": -41.51250000000012, "charge": 1816, "net": 20974.008519000054, "net_algo": 24405.72651900005}, {"id": 2076, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 2831185.9750777963, "loss": -2811.0561, "loss_algo": -2771.1944685, "charge": 1816, "net": 14140058.59488898, "net_algo": 14140257.90304648}, {"id": 2100, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 6638.868447699736, "loss": -985.4683999999992, "loss_algo": -40.263000000000105, "charge": 1680, "net": 26587.000238498687, "net_algo": 31313.02723849868}, {"id": 2108, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3786564.525098696, "loss": -3401.418399999999, "loss_algo": -3348.670497499999, "charge": 1680, "net": 18914135.53349348, "net_algo": 18914399.27300598}, {"id": 2132, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 7292.545793999998, "loss": -1120.5493, "loss_algo": -36.75030000000011, "charge": 1548, "net": 29311.98246999999, "net_algo": 34730.97746999999}, {"id": 2140, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3692820.506691, "loss": -3733.6493, "loss_algo": -3691.476723999999, "charge": 1548, "net": 18443886.286955003, "net_algo": 18444097.149835}, {"id": 2164, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 8516.096145500009, "loss": -1023.3061000000004, "loss_algo": -21.774511000000096, "charge": 1332, "net": 36131.95022750004, "net_algo": 41139.60817250005}, {"id": 2172, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3412249.778793498, "loss": -3913.8061, "loss_algo": -3850.324932, "charge": 1332, "net": 17040347.86346749, "net_algo": 17040665.26930749}, {"id": 2196, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 5285.16268380001, "loss": -727.8561, "loss_algo": -41.51250000000012, "charge": 1814, "net": 43759.0658380001, "net_algo": 50622.501838000106}, {"id": 2204, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 2831185.2799577964, "loss": -2811.0561, "loss_algo": -2771.1944685, "charge": 1814, "net": 28281928.23857796, "net_algo": 28282326.85489296}, {"id": 2228, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 6638.868447699736, "loss": -985.4683999999992, "loss_algo": -40.263000000000105, "charge": 1680, "net": 54854.000476997375, "net_algo": 64306.05447699736}, {"id": 2236, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3786564.525098696, "loss": -3401.418399999999, "loss_algo": -3348.670497499999, "charge": 1680, "net": 37829951.06698696, "net_algo": 37830478.54601196}, {"id": 2260, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 7292.545793999998, "loss": -1120.5493, "loss_algo": -36.75030000000011, "charge": 1548, "net": 60171.96493999998, "net_algo": 71009.95493999998}, {"id": 2268, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3692820.506691, "loss": -3733.6493, "loss_algo": -3691.476723999999, "charge": 1548, "net": 36889320.573910005, "net_algo": 36889742.29967}, {"id": 2292, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 8516.096145500009, "loss": -1023.3061000000004, "loss_algo": -21.774511000000096, "charge": 1332, "net": 73595.90045500008, "net_algo": 83611.2163450001}, {"id": 2300, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 40, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 3412249.778793498, "loss": -3913.8061, "loss_algo": -3850.324932, "charge": 1332, "net": 34082027.72693498, "net_algo": 34082662.53861498}, {"id": 2070, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 9305.431807800009, "loss": -833.2461, "loss_algo": -62.5822000000002, "charge": 2224, "net": 40136.92853900005, "net_algo": 43990.24803900004}, {"id": 2078, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 7421935.397319796, "loss": -3420.1761, "loss_algo": -3362.115599499999, "charge": 2224, "net": 37090352.10609898, "net_algo": 37090642.408601485}, {"id": 2102, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 12630.934413699528, "loss": -1097.6433999999992, "loss_algo": -59.99270000000021, "charge": 2068, "net": 55598.45506849764, "net_algo": 60786.708568497634}, {"id": 2110, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9628529.682292702, "loss": -4046.8233999999993, "loss_algo": -3981.1981785, "charge": 2068, "net": 48120346.29446351, "net_algo": 48120674.42057101}, {"id": 2134, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 13643.846012000004, "loss": -1249.3642999999993, "loss_algo": -56.48000000000022, "charge": 1902, "net": 60070.408560000025, "net_algo": 66034.83006000002}, {"id": 2142, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9829436.525976498, "loss": -4521.864299999999, "loss_algo": -4472.0543389999975, "charge": 1902, "net": 49122671.30838249, "net_algo": 49122920.3581875}, {"id": 2166, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 16478.004662500018, "loss": -1218.0011000000002, "loss_algo": -37.96782850000045, "charge": 1646, "net": 74654.0178125001, "net_algo": 80554.18417000008}, {"id": 2174, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9399950.600374, "loss": -5219.581100000002, "loss_algo": -5140.823638, "charge": 1646, "net": 46972009.09637, "net_algo": 46972402.88368}, {"id": 2198, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 9305.431807800009, "loss": -833.2461, "loss_algo": -62.5822000000002, "charge": 2224, "net": 82497.85707800009, "net_algo": 90204.49607800008}, {"id": 2206, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 7421934.702199796, "loss": -3420.1761, "loss_algo": -3362.115599499999, "charge": 2222, "net": 74182923.26099797, "net_algo": 74183503.86600296}, {"id": 2230, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 12630.934413699528, "loss": -1097.6433999999992, "loss_algo": -59.99270000000021, "charge": 2068, "net": 113264.91013699528, "net_algo": 123641.41713699528}, {"id": 2238, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9628529.682292702, "loss": -4046.8233999999993, "loss_algo": -3981.1981785, "charge": 2068, "net": 96242760.58892702, "net_algo": 96243416.841142}, {"id": 2262, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 13643.846012000004, "loss": -1249.3642999999993, "loss_algo": -56.48000000000022, "charge": 1902, "net": 122042.81712000004, "net_algo": 133971.66012000004}, {"id": 2270, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9829436.525976498, "loss": -4521.864299999999, "loss_algo": -4472.0543389999975, "charge": 1902, "net": 98247244.61676498, "net_algo": 98247742.716375}, {"id": 2294, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 16457.10714250002, "loss": -1218.0011000000002, "loss_algo": -37.96782850000045, "charge": 1644, "net": 150747.0604250002, "net_algo": 162547.39314000015}, {"id": 2302, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 50, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 9399950.600374, "loss": -5219.581100000002, "loss_algo": -5140.823638, "charge": 1646, "net": 93945664.19274, "net_algo": 93946451.76736}, {"id": 2072, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 12674.229231800022, "loss": -921.0318, "loss_algo": -63.57545000000022, "charge": 2500, "net": 56265.987159000106, "net_algo": 60553.26890900011}, {"id": 2080, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 10747426.755586296, "loss": -3841.5218, "loss_algo": -3782.5372819999993, "charge": 2502, "net": 53715424.16893149, "net_algo": 53715719.09152149}, {"id": 2104, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 17015.57097969935, "loss": -1189.9740999999992, "loss_algo": -60.98595000000023, "charge": 2332, "net": 76795.98439849676, "net_algo": 82440.92514849675}, {"id": 2112, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 14160094.764643196, "loss": -4495.8941, "loss_algo": -4432.5404445, "charge": 2332, "net": 70775662.35271598, "net_algo": 70775979.12099348}, {"id": 2136, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 18123.06596000002, "loss": -1340.7549999999997, "loss_algo": -56.75750000000022, "charge": 2140, "net": 81771.5548000001, "net_algo": 88191.54230000012}, {"id": 2144, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 15173997.82236249, "loss": -5146.644999999999, "loss_algo": -5097.839504999997, "charge": 2140, "net": 75842115.88681245, "net_algo": 75842359.91428745}, {"id": 2168, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 19890.757242500044, "loss": -1341.5591000000004, "loss_algo": -36.80477850000044, "charge": 1830, "net": 90915.9907125002, "net_algo": 97439.7623200002}, {"id": 2176, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 12984025.346658992, "loss": -6207.214100000002, "loss_algo": -6110.004929, "charge": 1834, "net": 64887256.66279496, "net_algo": 64887742.70864996}, {"id": 2200, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 12674.229231800022, "loss": -921.0318, "loss_algo": -63.57545000000022, "charge": 2500, "net": 115031.9743180002, "net_algo": 123606.53781800022}, {"id": 2208, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 10747426.060466295, "loss": -3841.5218, "loss_algo": -3782.5372819999993, "charge": 2500, "net": 107433345.38666296, "net_algo": 107433935.23184296}, {"id": 2232, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 17015.57097969935, "loss": -1189.9740999999992, "loss_algo": -60.98595000000023, "charge": 2332, "net": 155923.96879699352, "net_algo": 167213.8502969935}, {"id": 2240, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.003, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 14160094.764643196, "loss": -4495.8941, "loss_algo": -4432.5404445, "charge": 2332, "net": 141553656.70543197, "net_algo": 141554290.24198696}, {"id": 2264, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 18123.06596000002, "loss": -1340.7549999999997, "loss_algo": -56.75750000000022, "charge": 2140, "net": 165683.1096000002, "net_algo": 178523.08460000023}, {"id": 2272, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.004, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 15173997.82236249, "loss": -5146.644999999999, "loss_algo": -5097.839504999997, "charge": 2140, "net": 151686371.7736249, "net_algo": 151686859.8285749}, {"id": 2296, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 19911.654762500053, "loss": -1341.5591000000004, "loss_algo": -36.80477850000044, "charge": 1832, "net": 183868.95662500052, "net_algo": 196916.49984000053}, {"id": 2304, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 60, "percent_of_change": 0.006, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": false, "profit": 12983193.005418994, "loss": -6207.214100000002, "loss_algo": -6110.004929, "charge": 1832, "net": 129768025.91318996, "net_algo": 129768998.00489992}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stop_loss": {"type": "number"}, "integrate_NN_results": {"type": "integer"}, "days_ago_started": {"type": "integer"}, "percent_of_change": {"type": "number"}, "TP": {"type": "integer"}, "FP": {"type": "integer"}, "TN": {"type": "integer"}, "FN": {"type": "integer"}, "sell_same_day": {"type": "boolean"}, "profit": {"type": "number"}, "loss": {"type": "number"}, "loss_algo": {"type": "number"}, "charge": {"type": "integer"}, "net": {"type": "number"}, "net_algo": {"type": "number"}}, "required": ["FN", "FP", "TN", "TP", "charge", "days_ago_started", "id", "integrate_NN_results", "loss", "loss_algo", "net", "net_algo", "percent_of_change", "profit", "sell_same_day", "stop_loss"]}} |
c8a44d65-d214-49a2-8b46-96e323754621/90a706a5-83cb-42bf-a623-d77aa0bdcb2a/0/0 | Ad display | show ads to websites | 0.1 | Get news about climate change | get news about climate change from specific news resources | 200 | New Example | [{"title": "US supreme court \u2018Condemning everyone alive\u2019: outrage at US supreme court climate ruling ", "url": "undefinedhttps://www.theguardian.com/law/2022/jun/30/supreme-court-ruling-epa-west-virginia-climate-experts-activists-lawyers", "source": "thetimes"}, {"title": "\u2018Condemning everyone alive\u2019: outrage at US supreme court climate ruling", "url": "undefinedhttps://www.theguardian.com/law/2022/jun/30/supreme-court-ruling-epa-west-virginia-climate-experts-activists-lawyers", "source": "thetimes"}, {"title": " \n \n \n As Labor enacts its emissions reduction target, will the climate truce survive? ", "url": "undefinedhttps://www.theguardian.com/australia-news/2022/jul/02/as-labor-enacts-its-emissions-reduction-target-will-the-climate-truce-survive", "source": "thetimes"}, {"title": "As Labor enacts its emissions reduction target, will the climate truce survive?", "url": "undefinedhttps://www.theguardian.com/australia-news/2022/jul/02/as-labor-enacts-its-emissions-reduction-target-will-the-climate-truce-survive", "source": "thetimes"}, {"title": " \n \n \n Children aren\u2019t the future: where have all the young climate activists gone? ", "url": "undefinedhttps://www.theguardian.com/commentisfree/2022/jun/29/children-arent-the-future-where-have-all-the-young-climate-activists-gone", "source": "thetimes"}, {"title": "Children aren\u2019t the future: where have all the young climate activists gone? ", "url": "undefinedhttps://www.theguardian.com/commentisfree/2022/jun/29/children-arent-the-future-where-have-all-the-young-climate-activists-gone", "source": "thetimes"}, {"title": "Sydney A week of Blockade Australia climate protests in Sydney tests tough new laws ", "url": "undefinedhttps://www.theguardian.com/australia-news/2022/jul/02/a-week-of-blockade-australia-climate-protests-in-sydney-tests-tough-new-laws", "source": "thetimes"}, {"title": "A week of Blockade Australia climate protests in Sydney tests tough new laws", "url": "undefinedhttps://www.theguardian.com/australia-news/2022/jul/02/a-week-of-blockade-australia-climate-protests-in-sydney-tests-tough-new-laws", "source": "thetimes"}, {"title": "Books Earthly Order: \u2018mercurial professor\u2019 with urgent ideas on climate change ", "url": "undefinedhttps://www.theguardian.com/books/2022/jun/30/earthly-order-climate-change-mercurial-professor", "source": "thetimes"}, {"title": "Earthly Order: \u2018mercurial professor\u2019 with urgent ideas on climate change", "url": "undefinedhttps://www.theguardian.com/books/2022/jun/30/earthly-order-climate-change-mercurial-professor", "source": "thetimes"}, {"title": "\n\nCut meat, fly less and cycle to work to achieve net zero, say climate change chiefs\n\n", "url": "undefined/business/2022/06/29/cut-meat-fly-less-cycle-work-achieve-net-zero-say-climate-change/", "source": "telegraph"}, {"title": "\n\nEverest base camp to shift location after 70 years due to climate change\n\n", "url": "undefined/global-health/climate-and-people/everest-base-camp-shift-location-70-years-due-climate-change/", "source": "telegraph"}, {"title": "\n\nHow one group of polar predators is bearing up nicely in the face of climate change\n\n", "url": "undefined/news/2022/06/16/newly-discovered-population-polar-bears-could-dodge-impacts/", "source": "telegraph"}, {"title": "\n\nDengue fever cases rocket in Singapore as experts blame climate change for high mosquito numbers\n\n", "url": "undefined/global-health/science-and-disease/dengue-fever-cases-rocket-singapore-experts-blame-climate-change/", "source": "telegraph"}, {"title": "\n\nHow heatwaves, floods and climate change are altering the taste of your favourite wines\n\n", "url": "undefined/food-and-drink/features/how-heatwaves-affect-taste-wine-hot-weather-climate-change-flavour/", "source": "telegraph"}, {"title": "\n\nHow climate change could trigger surge in domestic violence\n\n", "url": "undefined/news/2022/06/14/climate-change-could-trigger-surge-domestic-violence/", "source": "telegraph"}, {"title": "What is climate change? The evidence and solutions explained in charts", "url": "undefinedhttps://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "theguardians"}, {"title": "20 things you can do right now to stop climate change", "url": "undefinedhttps://www.thetimes.co.uk/article/20-things-you-can-do-right-now-to-stop-climate-change-xklr5qdj5", "source": "theguardians"}, {"title": "How much do you really know about climate change?", "url": "undefinedhttps://www.thetimes.co.uk/article/how-much-do-you-really-know-about-the-climate-crisis-8jn7d03hd", "source": "theguardians"}, {"title": "Fire, famine and rising seas: the effects of climate change explained", "url": "undefinedhttps://www.thetimes.co.uk/article/the-effects-of-climate-change-explained-why-we-need-to-act-now-57hwpmw7h", "source": "theguardians"}, {"title": "How are countries tackling climate change before Cop26?", "url": "undefinedhttps://www.thetimes.co.uk/article/how-are-countries-tackling-climate-change-before-cop26-r8kz63hvj", "source": "theguardians"}, {"title": "Tax system \u2018needs total overhaul to tackle climate crisis\u2019", "url": "undefinedhttps://www.thetimes.co.uk/article/tax-system-needs-total-overhaul-to-tackle-climate-crisis-7g8qcx0zj", "source": "theguardians"}, {"title": "Sturgeon makes climate change demand", "url": "undefinedhttps://www.thetimes.co.uk/article/sturgeon-makes-climate-change-demand-5mwhtt922", "source": "theguardians"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
4caaac26-8912-4c0b-a33d-50ea6a66c090/1ecf9e85-abae-4350-a2de-6b885b87bb1f/0/0 | ATM Locator | Find ATMs (Automated teller machine, Bankautomat, Bankomat) worldwide, get their location, address, name and other data | 8 | Search ATM locations | Search ATMs and their locations worldwide using latitude, longitude and an optional radius in kilometers | 200 | ATM Locations | {"list": [{"latitude": 25.24945, "longitude": 51.49057, "distance": 1.2999342690169158, "name": "QATAR ISLAMIC BANK", "city": "DOHA", "address": "56 AL JOUDI STREET", "postalCode": "", "countryCode": "qat", "locationType": "office_building", "locationName": "DAR AL SALAM BRANCH", "owner": "QATAR ISLAMIC BANK", "currencyCode": "QAR"}, {"latitude": 25.23065, "longitude": 51.4905, "distance": 1.3487029390640044, "name": "AHLI BANK QSC", "city": "AL RAYYAN", "address": "34 BU HAMOUR STREET", "postalCode": "", "countryCode": "qat", "locationType": "financial_institution", "locationName": "ABU HAMOUR BRANCH ATM1", "owner": "AHLI BANK QSC", "currencyCode": "QAR"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "distance": {"type": "number"}, "name": {"type": "string"}, "city": {"type": "string"}, "address": {"type": "string"}, "postalCode": {"type": "string"}, "countryCode": {"type": "string"}, "locationType": {"type": "string"}, "locationName": {"type": "string"}, "owner": {"type": "string"}, "currencyCode": {"type": "string"}}, "required": ["address", "city", "countryCode", "currencyCode", "distance", "latitude", "locationName", "locationType", "longitude", "name", "owner", "postalCode"]}}}, "required": ["list"]} |
571230b1-965b-4904-afa3-9e875f69a586/2caf2067-f306-4949-8a46-9227672b32e6/0/0 | PIX QR Code | QR Code generator for PIX payments. Get a QR Code to receive payments via PIX. You make a POST request with some parameters and you get a base64 encoded image. Note that some parameters are mandatory and others are optional. Use the Glossary endpoint to see some request details. | 7.7 | Generate PIX QR Code | On this endpoint you get a QR Code to receive payments via PIX. Some fields are mandatory. | 200 | New Example | {"qrcode_base64": "data:image/png;base64,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", "code": "00020126360014BR.GOV.BCB.PIX0114+5511988888888520400005303986540510.005802BR5917John Doe da Silva6009Sao Paulo62110507TESTPAG630462EB", "key_type": "Telefone", "key": "(11) 98888-8888", "amount": "R$ 10,00", "name": "John Doe da Silva", "city": "S\u00e3o Paulo", "reference": "TESTPAG", "formatted_amount": "10.00"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"qrcode_base64": {"type": "string"}, "code": {"type": "string"}, "key_type": {"type": "string"}, "key": {"type": "string"}, "amount": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "reference": {"type": "string"}, "formatted_amount": {"type": "string"}}, "required": ["amount", "city", "code", "formatted_amount", "key", "key_type", "name", "qrcode_base64", "reference"]} |
571230b1-965b-4904-afa3-9e875f69a586/bc6778cf-cd84-4dc0-8dd0-7f754a247935/0/0 | PIX QR Code | QR Code generator for PIX payments. Get a QR Code to receive payments via PIX. You make a POST request with some parameters and you get a base64 encoded image. Note that some parameters are mandatory and others are optional. Use the Glossary endpoint to see some request details. | 7.7 | Glossary | This endpoint returns a JSON with information about the API. In it you can preview request and response templates, mandatory fields and much more. | 200 | New Example | {"request_example": {"method": "POST", "endpoint": "/generate", "headers": {"Content-Type": "application/json"}, "body": {"key_type": "telefone", "key": "(11) 98888-8888", "name": "John Doe da Silva", "city": "S\u00e3o Paulo", "amount": "R$ 10,00", "reference": "TESTPAG"}}, "parameters": {"key_type": {"description": "In this field you must indicate the type of the PIX key: telefone, cnpj or cpf. This is a required field.", "type": "string", "required": true, "option": ["telefone", "cnpj", "cpf"]}, "key": {"description": "In this field you must indicate the PIX key that must receive the payment, that is, it must contain the beneficiary's Telephone, CPF or CNPJ number. This is a required field.", "type": "string | number | integer | float", "required": true}, "name": {"description": "Beneficiary's name. This is a required field.", "type": "string", "required": true}, "city": {"description": "City of the beneficiary's bank account. This is a required field.", "type": "string", "required": true}, "amount": {"description": "Amount to be received. This field is optional.", "type": "string | number | integer | float", "required": false}, "reference": {"description": "Text that can be used as payment reference. This field is optional.", "type": "string", "required": false}}, "response_example": {"qrcode_base64": "data:image/png;base64,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", "code": "00020126360014BR.GOV.BCB.PIX0114+5511988888888520400005303986540510.005802BR5917John Doe da Silva6009Sao Paulo62110507TESTPAG630462EB", "key_type": "Telefone", "key": "(11) 98888-8888", "amount": "R$ 10,00", "name": "John Doe da Silva", "city": "S\u00e3o Paulo", "reference": "TESTPAG", "formatted_amount": "10.00"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_example": {"type": "object", "properties": {"method": {"type": "string"}, "endpoint": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"type": "object", "properties": {"key_type": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "amount": {"type": "string"}, "reference": {"type": "string"}}, "required": ["amount", "city", "key", "key_type", "name", "reference"]}}, "required": ["body", "endpoint", "headers", "method"]}, "parameters": {"type": "object", "properties": {"key_type": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "option": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "option", "required", "type"]}, "key": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required", "type"]}, "name": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required", "type"]}, "city": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required", "type"]}, "amount": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required", "type"]}, "reference": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required", "type"]}}, "required": ["amount", "city", "key", "key_type", "name", "reference"]}, "response_example": {"type": "object", "properties": {"qrcode_base64": {"type": "string"}, "code": {"type": "string"}, "key_type": {"type": "string"}, "key": {"type": "string"}, "amount": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "reference": {"type": "string"}, "formatted_amount": {"type": "string"}}, "required": ["amount", "city", "code", "formatted_amount", "key", "key_type", "name", "qrcode_base64", "reference"]}}, "required": ["parameters", "request_example", "response_example"]} |
b733f2ac-6860-4517-8dc4-33b5e298c996/9c96835e-ac13-484f-aa5a-da3d63c63cf0/0/0 | U.S. Sales Tax By Zip | Calculate sales tax using only a zip code! Get single rates, bulk rates, and calculate sales price with a simple request! 40,000+ zips, updated regularly. | 8.2 | calculatePriceWithZip | Takes a zip code and a sale price, returns back relevant tax info as well as a sale price using the combined rate for easy sales tax calculation. | 200 | New Example | {"sentZip": "28269", "matchInfo": {"TaxRegionName": "HUNTERSVILLE", "NormalizedCity": "charlotte", "ZipCode": "28269", "City": "CHARLOTTE", "CombinedRate": "7.250000", "County": "MECKLENBURG COUNTY", "StateRate": "4.750000", "SpecialRate": "0.500000", "Month": "10", "CityRate": "0.000000", "Year": "2023", "State": "NC", "NormalizedCounty": "mecklenburg-county", "CountyRate": "2.000000", "NormalizedTaxRegionName": "huntersville", "EstimatedPopulation": "56159"}, "priceUsingCombinedRate": 1170.0117} | {"type": "object", "properties": {"sentZip": {"type": "string"}, "matchInfo": {"type": "object", "properties": {"TaxRegionName": {"type": "string"}, "NormalizedCity": {"type": "string"}, "ZipCode": {"type": "string"}, "City": {"type": "string"}, "CombinedRate": {"type": "string"}, "County": {"type": "string"}, "StateRate": {"type": "string"}, "SpecialRate": {"type": "string"}, "Month": {"type": "string"}, "CityRate": {"type": "string"}, "Year": {"type": "string"}, "State": {"type": "string"}, "NormalizedCounty": {"type": "string"}, "CountyRate": {"type": "string"}, "NormalizedTaxRegionName": {"type": "string"}, "EstimatedPopulation": {"type": "string"}}}, "priceUsingCombinedRate": {"type": "number"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.