From e0ff10446f3e184f8369f07f18c92e7f1318c5b8 Mon Sep 17 00:00:00 2001 From: Taehoon Lee <19664986+ttl33@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:26:13 -0400 Subject: [PATCH] add meta --- pages/api_integration-guides/_meta.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/api_integration-guides/_meta.json b/pages/api_integration-guides/_meta.json index b2b52ba..dbe4c2b 100644 --- a/pages/api_integration-guides/_meta.json +++ b/pages/api_integration-guides/_meta.json @@ -3,5 +3,6 @@ "how_to_interpret_block_data_for_trades": "How to interpret block data for trades", "setting_up_raspberry_pi_for_api_trading": "Setting up Raspberry Pi for API Trading", "cli_python_script": "CLI Python Script", - "how_to_transfer_tokens_between_accounts": "How to transfer tokens between accounts" + "how_to_transfer_tokens_between_accounts": "How to transfer tokens between accounts", + "how_to_isolated": "How to integrate APIs with FE isolated positions" }